diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-14 18:08:20 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-15 07:19:16 +0100 |
commit | 4033c55fa20b030479d306cce921b2f139e55bed (patch) | |
tree | e1eb931788707598cdfc77ddf64081f8b9a9c0c1 /src/plugins/irc | |
parent | 00913de02f8f17bfc4d2ecd3115bcf7c70bede1c (diff) | |
download | weechat-4033c55fa20b030479d306cce921b2f139e55bed.zip |
irc: add another example of MODE message
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 742db405d..d0cc790ed 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -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 */ |