diff options
author | Adam <Adam@anope.org> | 2010-11-26 10:15:48 -0600 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:36:19 -0500 |
commit | 2b10cc84eab6cb9253611a090eb3ef67a6d3d0a7 (patch) | |
tree | ba269569cc768e14aeb49f25d639a955055ad337 /modules/core/db_plain.cpp | |
parent | cb6ef574e3df5cc846247450b74ca37d265f319e (diff) |
Added /bs set msg
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)} }; |