diff options
Diffstat (limited to 'bot/src/irc/message.hpp')
| -rw-r--r-- | bot/src/irc/message.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/irc/message.hpp b/bot/src/irc/message.hpp index 164d7ca..54b911b 100644 --- a/bot/src/irc/message.hpp +++ b/bot/src/irc/message.hpp @@ -11,7 +11,7 @@ namespace bot { namespace irc { - enum MessageType { Privmsg, Notice }; + enum MessageType { Privmsg, Ping, Notice }; std::optional<MessageType> define_message_type(const std::string &msg); struct MessageSender { |
