diff --git a/irc_command.hpp b/irc_command.hpp index 59a5deb..cb4e148 100644 --- a/irc_command.hpp +++ b/irc_command.hpp @@ -266,6 +266,7 @@ enum class IrcCommand INVITE, JOIN, KICK, + KILL, MODE, NICK, NOTICE, diff --git a/irc_commands.gperf b/irc_commands.gperf index 9a234f8..9cf741f 100644 --- a/irc_commands.gperf +++ b/irc_commands.gperf @@ -268,6 +268,7 @@ ERROR, IrcCommand::ERROR, 1, 1 INVITE, IrcCommand::INVITE, 2, 2 JOIN, IrcCommand::JOIN, 1, 3 KICK, IrcCommand::KICK, 3, 3 +KILL, IrcCommand::KILL, 2, 2 MODE, IrcCommand::MODE, 2, 15 NICK, IrcCommand::NICK, 1, 1 NOTICE, IrcCommand::NOTICE, 2, 2