diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-16 18:35:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-17 21:28:31 +0200 |
commit | 2ef9509dbef2a3c5a92837997b74ca3fcce1ede4 (patch) | |
tree | 63a982dd85ab9c5a2b96b3937b690312f74b7d8e /src | |
parent | c7cb025582936070cad90916d60186671ad47523 (diff) | |
download | weechat-2ef9509dbef2a3c5a92837997b74ca3fcce1ede4.zip |
irc: remove server in "432" and "433" command callbacks examples
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index c91bc2a43..e0704adfb 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -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) |