40 lines
2.9 KiB
Plaintext
40 lines
2.9 KiB
Plaintext
;; -*- mode: lisp-data; -*-
|
|
((cap-req 10 "CAP REQ :sasl"))
|
|
((nick 10 "NICK emersion"))
|
|
((user 10 "USER emersion 0 * :emersion")
|
|
(0.0 ":irc.example.org NOTICE * :*** Looking up your hostname...")
|
|
(0.0 ":irc.example.org NOTICE * :*** Found your hostname")
|
|
(0.0 ":irc.example.org CAP * ACK :sasl"))
|
|
|
|
((authenticate-plain 10 "AUTHENTICATE PLAIN")
|
|
(0.0 ":irc.example.org AUTHENTICATE +"))
|
|
((authenticate-gimme-1 10 "AUTHENTICATE AGVtZXJzaW9uAEVzdCB1dCBiZWF0YWUgb21uaXMgaXBzYW0uIFF1aXMgZnVnaWF0IGRlbGVuaXRpIHRvdGFtIHF1aS4gSXBzdW0gcXVhbSBhIGRvbG9ydW0gdGVtcG9yYSB2ZWxpdCBsYWJvcnVtIG9kaXQuIEV0IHNhZXBlIHZvbHVwdGF0ZSBzZWQgY3VtcXVlIHZlbC4gVm9sdXB0YXMgc2ludCBhYiBwYXJpYXR1ciBsaWJlcm8gdmVyaXRhdGlzIGNvcnJ1cHRpLiBWZXJvIGl1cmUgb21uaXMgdWxsYW0uIFZlcm8gYmVhdGFlIGRvbG9yZXMgZmFjZXJlIGZ1Z2lhdCBpcHNhbS4gRWEgZXN0IHBhcmlhdHVyIG1pbmltYSBub2Jpcw=="))
|
|
((authenticate-gimme-2 10 "AUTHENTICATE +")
|
|
(0.0 ":irc.example.org 900 * * emersion :You are now logged in as emersion")
|
|
(0.0 ":irc.example.org 903 * :Authentication successful"))
|
|
|
|
((cap-end 10 "CAP END")
|
|
(0.0 ":irc.example.org 001 emersion :Welcome to the ExampleOrg IRC Network emersion")
|
|
(0.0 ":irc.example.org 002 emersion :Your host is irc.example.org, running version oragono-2.6.1")
|
|
(0.0 ":irc.example.org 003 emersion :This server was created Sat, 17 Jul 2021 09:06:42 UTC")
|
|
(0.0 ":irc.example.org 004 emersion irc.example.org oragono-2.6.1 BERTZios CEIMRUabefhiklmnoqstuv Iabefhkloqv")
|
|
(0.0 ":irc.example.org 005 emersion AWAYLEN=200 BOT=B CASEMAPPING=ascii CHANLIMIT=#:100 CHANMODES=Ibe,k,fl,CEMRUimnstu CHANNELLEN=64 CHANTYPES=# ELIST=U EXCEPTS EXTBAN=,m FORWARD=f INVEX KICKLEN=390 :are supported by this server")
|
|
(0.0 ":irc.example.org 005 emersion MAXLIST=beI:60 MAXTARGETS=4 MODES MONITOR=100 NETWORK=ExampleOrg NICKLEN=32 PREFIX=(qaohv)~&@%+ STATUSMSG=~&@%+ TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,USERHOST:10,PRIVMSG:4,TAGMSG:4,NOTICE:4,MONITOR:100 TOPICLEN=390 UTF8MAPPING=rfc8265 UTF8ONLY :are supported by this server")
|
|
(0.0 ":irc.example.org 005 emersion draft/CHATHISTORY=100 :are supported by this server")
|
|
(0.0 ":irc.example.org 251 emersion :There are 1 users and 0 invisible on 1 server(s)")
|
|
(0.0 ":irc.example.org 252 emersion 0 :IRC Operators online")
|
|
(0.0 ":irc.example.org 253 emersion 0 :unregistered connections")
|
|
(0.0 ":irc.example.org 254 emersion 0 :channels formed")
|
|
(0.0 ":irc.example.org 255 emersion :I have 1 clients and 0 servers")
|
|
(0.0 ":irc.example.org 265 emersion 1 1 :Current local users 1, max 1")
|
|
(0.0 ":irc.example.org 266 emersion 1 1 :Current global users 1, max 1")
|
|
(0.0 ":irc.example.org 422 emersion :MOTD File is missing"))
|
|
|
|
((mode-user 10 "MODE emersion +i")
|
|
(0.0 ":irc.example.org 221 emersion +Zi")
|
|
(0.0 ":irc.example.org NOTICE emersion :This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect."))
|
|
|
|
((quit 5 "QUIT :\2ERC\2")
|
|
(0 ":emersion!~u@yuvqisyu7m7qs.irc QUIT :Quit"))
|
|
((drop 1 DROP))
|