diff options
-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) |