summaryrefslogtreecommitdiff
path: root/modules/extra/db_mysql.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-26 10:15:48 -0600
committerAdam <Adam@anope.org>2010-12-12 19:36:19 -0500
commit2b10cc84eab6cb9253611a090eb3ef67a6d3d0a7 (patch)
treeba269569cc768e14aeb49f25d639a955055ad337 /modules/extra/db_mysql.cpp
parentcb6ef574e3df5cc846247450b74ca37d265f319e (diff)
Added /bs set msg
Diffstat (limited to 'modules/extra/db_mysql.cpp')
-rw-r--r--modules/extra/db_mysql.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/extra/db_mysql.cpp b/modules/extra/db_mysql.cpp
index 8298fcbdf..b2f60236b 100644
--- a/modules/extra/db_mysql.cpp
+++ b/modules/extra/db_mysql.cpp
@@ -73,6 +73,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)}
};