diff options
-rw-r--r-- | Changes.lang | 2 | ||||
-rw-r--r-- | lang/en_us.l | 6 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/Changes.lang b/Changes.lang index 911eb482e..200bf02f4 100644 --- a/Changes.lang +++ b/Changes.lang @@ -6,6 +6,8 @@ Anope Version S V N *** Mod Strings: + BOT_SERVADMIN_HELP_BOT + *** Del Strings: Anope Version 1.7.6 diff --git a/lang/en_us.l b/lang/en_us.l index 1196f1994..08fea4294 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -5870,9 +5870,9 @@ BOT_SERVADMIN_HELP_BOT BOT LIST is an alias of BOTLIST and just lists all bots available on the network. - Note: if you create a bot that has a nick that is - registered, it will be dropped. Also, if an user is - currently using the nick, it will be killed. + Note: you cannot create a bot that has a nick that is + currently registered. If an unregistered user is currently + using the nick, they will be killed. BOT_SERVADMIN_HELP_SET diff --git a/version.log b/version.log index 019f1f8a9..7d87c235c 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="6" -VERSION_BUILD="449" +VERSION_BUILD="450" # $Log$ # +# BUILD : 1.7.6 (450) +# BUGS : +# NOTES : Updated en_us.l for new BotServ BOT ADD behaviour +# # BUILD : 1.7.6 (449) # NOTES : Language normalization. # |