26 lines
518 B
Plaintext
26 lines
518 B
Plaintext
irssi
|
|
/connect localhost 6667 pass
|
|
/nick bob
|
|
/quote NICK 1abc
|
|
/quote PING coucou
|
|
/join #test
|
|
/quote PRIVMSG #test :salut
|
|
/quote PRIVMSG bob :coucou
|
|
/part #test
|
|
/join #test
|
|
/quote TOPIC #test
|
|
/quote TOPIC #test :nouveau sujet
|
|
/quote MODE #test +i
|
|
/quote MODE #test -i
|
|
/quote MODE #test +t
|
|
/quote MODE #test -t
|
|
/quote MODE #test +k secret
|
|
/quote MODE #test -k
|
|
/quote MODE #test +l 2
|
|
/quote MODE #test -l
|
|
/quote MODE #test +o alice
|
|
/quote MODE #test -o alice
|
|
/quote INVITE alice #test
|
|
/quote KICK #test alice
|
|
/quote QUIT
|