summaryrefslogtreecommitdiff
path: root/test/lisp/erc/resources/erc-d/resources/no-block.eld
blob: af2f4a83ff68494a1a692c152e67ed9a5dcc765c (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
;;; -*- mode: lisp-data -*-
((pass 10.0 "PASS " (? ?:) "changeme"))
((nick 0.2 "NICK tester"))

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

((mode-user 1.2 "MODE tester +i")
 (0.0 ":irc.org 221 tester +Zi")
 (0.0 ":irc.org 306 tester :You have been marked as being away"))

((join-foo 1.2 "JOIN #foo")
 (0 ":tester!~tester@localhost JOIN #foo")
 (0 ":irc.example.org 353 alice = #foo :+alice @bob")
 (0 ":irc.example.org 366 alice #foo :End of NAMES list"))

;; This would time out if the mode-foo's outgoing blocked (remove minus signs to see)
((~join-bar 1.5 "JOIN #bar")
 (0 ":tester!~tester@localhost JOIN #bar")
 (0 ":irc.example.org 353 alice = #bar :+alice @bob")
 (0 ":irc.example.org 366 alice #bar :End of NAMES list"))

((mode-foo 1.2 "MODE #foo")
 (0.0 ":irc.example.org 324 tester #foo +Cint")
 (0.0 ":irc.example.org 329 tester #foo 1519850102")
 (-0.1 ":bob!~u@svpn88yjcdj42.irc PRIVMSG #foo :alice: But, in defense, by mercy, 'tis most just.")
 (-0.2 ":alice!~u@svpn88yjcdj42.irc PRIVMSG #foo :bob: Grows, lives, and dies, in single blessedness.")
 (-0.3 ":bob!~u@svpn88yjcdj42.irc PRIVMSG #foo :alice: For these two hours, Rosalind, I will leave thee.")
 (-0.4 ":alice!~u@svpn88yjcdj42.irc PRIVMSG #foo :bob: By this hand, it will not kill a fly. But come, now I will be your Rosalind in a more coming-on disposition; and ask me what you will, I will grant it.")
 (-0.5 ":bob!~u@svpn88yjcdj42.irc PRIVMSG #foo :alice: That I must love a loathed enemy.")
 (-0.6 ":alice!~u@svpn88yjcdj42.irc PRIVMSG #foo :bob: As't please your lordship: I'll leave you.")
 (-0.7 ":bob!~u@svpn88yjcdj42.irc PRIVMSG #foo :alice: Then there is no true lover in the forest; else sighing every minute and groaning every hour would detect the lazy foot of Time as well as a clock.")
 (-0.8 ":alice!~u@svpn88yjcdj42.irc PRIVMSG #foo :bob: His discretion, I am sure, cannot carry his valour, for the goose carries not the fox. It is well: leave it to his discretion, and let us listen to the moon.")
 (-0.9 ":bob!~u@svpn88yjcdj42.irc PRIVMSG #foo :alice: As living here and you no use of him.")
 (-1.0 ":alice!~u@svpn88yjcdj42.irc PRIVMSG #foo :bob: If there be truth in sight, you are my Rosalind.")
 (-1.1 ":bob!~u@svpn88yjcdj42.irc PRIVMSG #foo :alice: That is another's lawful promis'd love.")
 (-1.1 ":bob!~u@svpn88yjcdj42.irc PRIVMSG #foo :I am heard."))

((mode-bar 1.5 "MODE #bar")
 (0.0 ":irc.example.org 324 tester #bar +HMfnrt 50:5h :10:5")
 (0.0 ":irc.example.org 329 tester #bar :1602642829")
 (0.1 ":alice!~alice@example.com PRIVMSG #bar :hi 123"))