diff options
author | Adam <Adam@anope.org> | 2010-11-26 10:15:48 -0600 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:36:19 -0500 |
commit | 2b10cc84eab6cb9253611a090eb3ef67a6d3d0a7 (patch) | |
tree | ba269569cc768e14aeb49f25d639a955055ad337 /include/language.h | |
parent | cb6ef574e3df5cc846247450b74ca37d265f319e (diff) |
Added /bs set msg
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, |