From 2ef9509dbef2a3c5a92837997b74ca3fcce1ede4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 16 Oct 2021 18:35:01 +0200 Subject: [PATCH] irc: remove server in "432" and "433" command callbacks examples --- src/plugins/irc/irc-protocol.c | 4 ++-- 1 file 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)