summaryrefslogtreecommitdiff
path: root/include/language.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-01-15 16:11:31 -0500
committerAdam <Adam@anope.org>2011-01-15 16:11:31 -0500
commitc669820481b8c431f4238d6b2d958e9dbfec411a (patch)
treeeaa7e25756bed697553db9529cb490dc954a73a3 /include/language.h
parentecc2fc6029567d1d2f4d02d36bf64216ae9a03ee (diff)
Added an amsg kicker
Diffstat (limited to 'include/language.h')
-rw-r--r--include/language.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/language.h b/include/language.h
index 03c8698b3..c61a870d9 100644
--- a/include/language.h
+++ b/include/language.h
@@ -725,6 +725,7 @@ enum LanguageString
BOT_REASON_REVERSE,
BOT_REASON_UNDERLINE,
BOT_REASON_ITALIC,
+ BOT_REASON_AMSGS,
BOT_BOT_SYNTAX,
BOT_BOT_ALREADY_EXISTS,
BOT_BOT_CREATION_FAILED,
@@ -846,6 +847,9 @@ enum LanguageString
BOT_KICK_ITALICS_ON,
BOT_KICK_ITALICS_ON_BAN,
BOT_KICK_ITALICS_OFF,
+ BOT_KICK_AMSGS_ON,
+ BOT_KICK_AMSGS_ON_BAN,
+ BOT_KICK_AMSGS_OFF,
BOT_BADWORDS_SYNTAX,
BOT_BADWORDS_DISABLED,
BOT_BADWORDS_REACHED_LIMIT,
@@ -1504,6 +1508,7 @@ enum LanguageString
BOT_HELP_KICK_REPEAT,
BOT_HELP_KICK_BADWORDS,
BOT_HELP_KICK_ITALICS,
+ BOT_HELP_KICK_AMSGS,
BOT_HELP_BADWORDS,
BOT_HELP_SAY,
BOT_HELP_ACT,