diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/core/bs_kick.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -58,6 +58,7 @@ Provided by Johno Crawford <johno.crawford@gmail.com> - 2008 02/08 F x86_64 generating improper SHA1 hash values. [#856] Provided by Jan Milants <jan_renee@msn.com> - 2008 +07/20 F Botserv replying with /(null). [#894] 07/20 F Anope will not limit sessions for ulined servers. [#909] 07/20 F EVENT_BOT_KICK not being send under all circumstances [#910] 01/16 F Server traversion with next_server() failed to list all servers. [#831] diff --git a/src/core/bs_kick.c b/src/core/bs_kick.c index d83180731..22a1e72c9 100644 --- a/src/core/bs_kick.c +++ b/src/core/bs_kick.c @@ -112,7 +112,7 @@ int do_kickcmd(User * u) else if (!is_services_admin(u) && !check_access(u, ci, CA_SET)) notice_lang(s_BotServ, u, ACCESS_DENIED); else if (!ci->bi) - notice_lang(s_BotServ, u, BOT_NOT_ASSIGNED); + notice_help(s_BotServ, u, BOT_NOT_ASSIGNED); else { if (!stricmp(option, "BADWORDS")) { if (!stricmp(value, "ON")) { diff --git a/version.log b/version.log index 624db9e33..cf555c389 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="21" VERSION_EXTRA="-svn" -VERSION_BUILD="1400" +VERSION_BUILD="1401" # $Log$ # +# BUILD : 1.7.21 (1401) +# BUGS : 894 +# NOTES : Botserv replying with /(null). Thanks Jan +# # BUILD : 1.7.21 (1400) # BUGS : 892 # NOTES : Updated Deutch language file. Thanks to Christian |