unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob 869856010958b6fd353d50cb6c1711bf558089cd 1462 bytes (raw)
name: test/lisp/erc/erc-d/erc-d-self-resources/dynamic.eld 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
;;; -*- mode: lisp-data -*-
((pass 10.0 "PASS " (? ?:) "changeme"))
((nick 0.2 "NICK tester"))

((user 0.2 "USER " user " " (ignored digit "*") " :" realname)
 (0.0 ":" dom " 001 " nick " :Welcome to the Internet Relay Network tester")
 (0.0 ":" dom " 002 " nick " :Your host is " dom)
 (0.0 ":" dom " 003 " nick " :This server was created just now")
 (0.0 ":" dom " 004 " nick " " dom " BERios CEIRabehiklmnoqstv Iabehkloqv")
 (0.0 ":" dom " 005 " nick " MODES NETWORK=ExampleOrg NICKLEN=32 PREFIX=(qaohv)~&@%+"
      " :are supported by this server")
 (0.0 ":" dom " 251 " nick " :There are 3 users and 0 invisible on 1 server(s)")
 (0.0 ":" dom " 252 " nick " 0 :IRC Operators online")
 (0.0 ":" dom " 253 " nick " 0 :unregistered connections")
 (0.0 ":" dom " 254 " nick " 1 :channels formed")
 (0.0 ":" dom " 255 " nick " :I have 3 clients and 0 servers")
 (0.0 ":" dom " 265 " nick " 3 3 :Current local users 3, max 3")
 (0.0 ":" dom " 266 " nick " 3 3 :Current global users 3, max 3")
 (0.0 ":" dom " 422 " nick " :MOTD File is missing"))

((mode-user 1.2 "MODE tester +i")
 (0.0 ":" dom " 221 " nick " +Zi")

 (0.0 ":" dom " 306 " nick " :You have been marked as being away")
 (0.0 ":" nick "!~" nick "@localhost JOIN #chan")
 (0.0 ":" dom " 353 alice = #chan :+alice!~alice@example.com @%+bob!~bob@example.org")
 (0.0 ":" dom " 366 alice #chan :End of NAMES list"))

((mode 1.2 "MODE #chan")
 (0.1 ":bob!~bob@example.org PRIVMSG #chan :" nick ": hey"))

debug log:

solving 8698560109 ...
found 8698560109 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).