irc: add another example of MODE message

v2.8-utf8proc
Sébastien Helleu 2020-03-14 18:08:20 +01:00
parent 00913de02f
commit 4033c55fa2
1 changed files with 1 additions and 0 deletions

View File

@ -1477,6 +1477,7 @@ IRC_PROTOCOL_CALLBACK(kill)
* Callback for the IRC message "MODE".
*
* Message looks like:
* :nick!user@host MODE #test +nt
* :nick!user@host MODE #test +o nick
* :nick!user@host MODE #test :+o :nick
*/