summaryrefslogtreecommitdiff
path: root/src/plugins/irc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-03-27 22:50:52 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-03-27 22:50:52 +0100
commit0834286843ef869c5a1adbb322666609ea7e2820 (patch)
tree30669ca88e1874b0048335663fa278352df1c982 /src/plugins/irc
parent42456417678771faaa153596cb95c02dd51acead (diff)
downloadweechat-0834286843ef869c5a1adbb322666609ea7e2820.zip
irc: add examples of NOTICE and PRIVMSG messages to channel ops
Diffstat (limited to 'src/plugins/irc')
-rw-r--r--src/plugins/irc/irc-protocol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c
index d0cc790ed..378360710 100644
--- a/src/plugins/irc/irc-protocol.c
+++ b/src/plugins/irc/irc-protocol.c
@@ -1742,6 +1742,7 @@ IRC_PROTOCOL_CALLBACK(nick)
* NOTICE AUTH :*** Looking up your hostname...
* :nick!user@host NOTICE mynick :notice text
* :nick!user@host NOTICE #channel :notice text
+ * :nick!user@host NOTICE @#channel :notice text for channel ops
*/
IRC_PROTOCOL_CALLBACK(notice)
@@ -2227,6 +2228,7 @@ IRC_PROTOCOL_CALLBACK(pong)
*
* Message looks like:
* :nick!user@host PRIVMSG #channel :message for channel here
+ * :nick!user@host PRIVMSG @#channel :message for channel ops here
* :nick!user@host PRIVMSG mynick :message for private here
* :nick!user@host PRIVMSG #channel :\01ACTION is testing action\01
* :nick!user@host PRIVMSG mynick :\01ACTION is testing action\01