summaryrefslogtreecommitdiff
path: root/test/lisp/erc/resources/services/regain/taken-regain.eld
blob: 22635d4cc898e62e5617d1c611918d8c9336053f (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
;; -*- mode: lisp-data; -*-
((cap 10 "CAP REQ :sasl")
 (0.00 ":irc.example.net NOTICE * :*** Looking up your hostname...")
 (0.01 ":irc.example.net NOTICE * :*** Could not resolve your hostname: Domain not found; using your IP address (10.0.2.100) instead."))
((nick 10 "NICK dummy"))
((user 10 "USER dummy 0 * :tester"))
;; This also happens to a test late ACK (see ghost variant for server-sent PING)
((authenticate 10 "AUTHENTICATE PLAIN")
 (0.00 ":irc.example.net CAP * ACK :sasl")
 (0.09 ":irc.example.net 433 * dummy :Nickname is already in use.")
 (0.04 "AUTHENTICATE :+"))
((nick 10 "NICK dummy`"))
((authenticate 10 "AUTHENTICATE AHRlc3RlcgBjaGFuZ2VtZQ==")
 (0.00 ":irc.example.net 900 dummy` dummy`!dummy@10.0.2.100 tester :You are now logged in as tester")
 (0.01 ":irc.example.net 903 dummy` :SASL authentication successful"))

((cap 10 "CAP END")
 (0.00 ":irc.example.net 001 dummy` :Welcome to the FooNet IRC Network dummy`!dummy@10.0.2.100")
 (0.02 ":irc.example.net 002 dummy` :Your host is irc.example.net, running version InspIRCd-3")
 (0.02 ":irc.example.net 003 dummy` :This server was created 08:16:52 Jun 08 2023")
 (0.01 ":irc.example.net 004 dummy` irc.example.net InspIRCd-3 BIRcgikorsw ACHIKMORTXabcefghijklmnopqrstvz :HIXabefghjkloqv")
 (0.00 ":irc.example.net 005 dummy` ACCEPT=30 AWAYLEN=200 BOT=B CALLERID=g CASEMAPPING=ascii CHANLIMIT=#:20 CHANMODES=IXbeg,k,Hfjl,ACKMORTcimnprstz CHANNELLEN=64 CHANTYPES=# ELIST=CMNTU ESILENCE=CcdiNnPpTtx EXCEPTS=e :are supported by this server")
 (0.01 ":irc.example.net 005 dummy` EXTBAN=,ACORTUacjrwz HOSTLEN=64 INVEX=I KEYLEN=32 KICKLEN=255 LINELEN=512 MAXLIST=I:100,X:100,b:100,e:100,g:100 MAXTARGETS=20 MODES=20 MONITOR=30 NAMELEN=128 NAMESX NETWORK=FooNet :are supported by this server")
 (0.01 ":irc.example.net 005 dummy` NICKLEN=30 PREFIX=(qaohv)~&@%+ SAFELIST SILENCE=32 STATUSMSG=~&@%+ TOPICLEN=307 UHNAMES USERIP USERLEN=10 USERMODES=,,s,BIRcgikorw WHOX :are supported by this server")
 (0.01 ":irc.example.net 251 dummy` :There are 2 users and 1 invisible on 2 servers")
 (0.01 ":irc.example.net 253 dummy` 1 :unknown connections")
 (0.00 ":irc.example.net 254 dummy` 1 :channels formed")
 (0.02 ":irc.example.net 255 dummy` :I have 3 clients and 1 servers")
 (0.00 ":irc.example.net 265 dummy` :Current local users: 3  Max: 4")
 (0.00 ":irc.example.net 266 dummy` :Current global users: 3  Max: 4")
 (0.00 ":irc.example.net 375 dummy` :irc.example.net message of the day")
 (0.00 ":irc.example.net 372 dummy` :       Have fun with the image!")
 (0.00 ":irc.example.net 376 dummy` :End of message of the day.")
 (0.00 ":irc.example.net 501 dummy` x :is not a recognised user mode.")
 (0.00 ":irc.example.net NOTICE dummy` :*** You are connected to irc.example.net using TLS (SSL) cipher 'TLS1.3-ECDHE-RSA-AES-256-GCM-AEAD'"))

((mode 10 "MODE dummy` +i"))

((privmsg 10 "PRIVMSG NickServ :REGAIN dummy")
 (0.00 ":dummy`!dummy@10.0.2.100 MODE dummy` :+i")
 (0.02 ":NickServ!NickServ@services.int NOTICE dummy` :\2dummy\2 has been regained.")
 (0.02 ":dummy`!dummy@10.0.2.100 NICK :dummy"))