diff options
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)} }; |