From 1c3b9eb50fa0a48f76115f14e7b7d1ee700c4a63 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Tue, 28 Nov 2023 07:58:22 -0800 Subject: [PATCH] add whowas --- irc_commands.gperf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc_commands.gperf b/irc_commands.gperf index c0d0594..2348e9b 100644 --- a/irc_commands.gperf +++ b/irc_commands.gperf @@ -77,8 +77,8 @@ struct RecognizedCommand { 311, IrcCommand::RPL_WHOISUSER, 6, 6 312, IrcCommand::RPL_WHOISSERVER, 4, 4 313, IrcCommand::RPL_WHOISOPERATOR, 3, 3 -314, IrcCommand::RPL_WHOWASUSER -369, IrcCommand::RPL_ENDOFWHOWAS +314, IrcCommand::RPL_WHOWASUSER, 6, 6 +369, IrcCommand::RPL_ENDOFWHOWAS, 3, 3 316, IrcCommand::RPL_WHOISCHANOP 317, IrcCommand::RPL_WHOISIDLE, 5, 5 318, IrcCommand::RPL_ENDOFWHOIS, 3, 3