1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 09:16:38 +02:00

Added /bs set msg

This commit is contained in:
Adam
2010-11-26 10:15:48 -06:00
parent cb6ef574e3
commit 2b10cc84ea
10 changed files with 108 additions and 13 deletions
+3
View File
@@ -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)}
};