diff options
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/language.h b/include/language.h index 0b183598b..0b880a2f5 100644 --- a/include/language.h +++ b/include/language.h @@ -781,6 +781,7 @@ enum LanguageString BOT_INFO_CHAN_KICK_UNDERLINES_BAN, BOT_INFO_CHAN_KICK_ITALICS, BOT_INFO_CHAN_KICK_ITALICS_BAN, + BOT_INFO_CHAN_MSG, BOT_INFO_ACTIVE, BOT_INFO_INACTIVE, BOT_INFO_CHAN_OPTIONS, @@ -815,6 +816,11 @@ enum LanguageString BOT_SET_SYMBIOSIS_SYNTAX, BOT_SET_SYMBIOSIS_ON, BOT_SET_SYMBIOSIS_OFF, + BOT_SET_MSG_SYNTAX, + BOT_SET_MSG_OFF, + BOT_SET_MSG_PRIVMSG, + BOT_SET_MSG_NOTICE, + BOT_SET_MSG_NOTICEOPS, BOT_KICK_SYNTAX, BOT_KICK_DISABLED, BOT_KICK_UNKNOWN, @@ -1496,6 +1502,7 @@ enum LanguageString BOT_HELP_SET_FANTASY, BOT_HELP_SET_GREET, BOT_HELP_SET_SYMBIOSIS, + BOT_HELP_SET_MSG, BOT_HELP_KICK, BOT_HELP_KICK_BOLDS, BOT_HELP_KICK_COLORS, |