1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

irc: remove server in "432" and "433" command callbacks examples

This commit is contained in:
Sébastien Helleu
2021-10-16 18:35:01 +02:00
parent c7cb025582
commit 2ef9509dbe
+2 -2
View File
@@ -6132,7 +6132,7 @@ IRC_PROTOCOL_CALLBACK(368)
* Callback for the IRC command "432": erroneous nickname.
*
* Command looks like:
* :server 432 * mynick :Erroneous Nickname
* 432 * mynick :Erroneous Nickname
*/
IRC_PROTOCOL_CALLBACK(432)
@@ -6184,7 +6184,7 @@ IRC_PROTOCOL_CALLBACK(432)
* Callback for the IRC command "433": nickname already in use.
*
* Command looks like:
* :server 433 * mynick :Nickname is already in use.
* 433 * mynick :Nickname is already in use.
*/
IRC_PROTOCOL_CALLBACK(433)