diff options
author | lethality <lethality@anope.org> | 2010-08-02 03:35:12 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2010-08-02 03:35:12 +0100 |
commit | 94371e69a9bf623442feb16cebe21b2ad71e6c2a (patch) | |
tree | eb834f14d8f7ee0c29e448d14f597d186abe188e /modules/extra/mysql/db_mysql.h | |
parent | f887b37453ae55a4a61e0e7c6ee774f38dddfc2e (diff) |
Added Italics support to the BotSev kickers
Diffstat (limited to 'modules/extra/mysql/db_mysql.h')
-rw-r--r-- | modules/extra/mysql/db_mysql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/extra/mysql/db_mysql.h b/modules/extra/mysql/db_mysql.h index fcad2f24c..011c2647d 100644 --- a/modules/extra/mysql/db_mysql.h +++ b/modules/extra/mysql/db_mysql.h @@ -63,6 +63,7 @@ BotFlagInfo BotFlags[] = { {"KICK_CAPS", BS_KICK_CAPS}, {"KICK_FLOOD", BS_KICK_FLOOD}, {"KICK_REPEAT", BS_KICK_REPEAT}, + {"KICK_ITALICS", BS_KICK_ITALICS}, {"", static_cast<BotServFlag>(-1)} }; |