irc: add examples of NOTICE and PRIVMSG messages to channel ops

v2.8-utf8proc
Sébastien Helleu 2020-03-27 22:50:52 +01:00
parent 4245641767
commit 0834286843
1 changed files with 2 additions and 0 deletions

View File

@ -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