mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
irc: fix comment on TAGMSG callback function (issue #1654)
This commit is contained in:
@@ -2853,7 +2853,7 @@ IRC_PROTOCOL_CALLBACK(quit)
|
||||
|
||||
/*
|
||||
* Callback for the IRC message "SETNAME": set real name
|
||||
* (with capability "setname").
|
||||
* (received when capability "setname" is enabled).
|
||||
*
|
||||
* Message looks like:
|
||||
* :nick!user@host SETNAME :the realname
|
||||
@@ -2904,8 +2904,8 @@ IRC_PROTOCOL_CALLBACK(setname)
|
||||
}
|
||||
|
||||
/*
|
||||
* Callback for the IRC message "SETNAME": set real name
|
||||
* (with capability "setname").
|
||||
* Callback for the IRC message "TAGMSG": message with tags but no text content
|
||||
* (received when capability "message-tags" is enabled).
|
||||
*
|
||||
* Message looks like:
|
||||
* @msgid=6gqz7dxd22v7r3x9pvukkp8nni;+tag1 :nick!user@host TAGMSG #channel
|
||||
|
||||
Reference in New Issue
Block a user