1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

irc: add another example of MODE message

This commit is contained in:
Sébastien Helleu
2020-03-14 18:08:20 +01:00
parent 00913de02f
commit 4033c55fa2
+1
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
*/