diff options
Diffstat (limited to 'modules/core/db_plain.cpp')
-rw-r--r-- | modules/core/db_plain.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/core/db_plain.cpp b/modules/core/db_plain.cpp index 953f35b4a..2c655b7d9 100644 --- a/modules/core/db_plain.cpp +++ b/modules/core/db_plain.cpp @@ -305,6 +305,9 @@ BotFlagInfo BotFlags[] = { {"KICK_FLOOD", BS_KICK_FLOOD}, {"KICK_REPEAT", BS_KICK_REPEAT}, {"KICK_ITALICS", BS_KICK_ITALICS}, + {"MSG_PRIVMSG", BS_MSG_PRIVMSG}, + {"MSG_NOTICE", BS_MSG_NOTICE}, + {"MSG_NOTICEOPS", BS_MSG_NOTICEOPS}, {"", static_cast<BotServFlag>(-1)} }; |