diff options
author | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-07-20 20:47:07 +0000 |
---|---|---|
committer | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-07-20 20:47:07 +0000 |
commit | a5da1eb1fa11a1e92cf5cbdb317ba7bcbe426960 (patch) | |
tree | 7f1323832f008e8bc4877c6a9e49926351ec8df7 | |
parent | 72fef2ab67769787f244afd7762917739b42c126 (diff) |
BUILD : 1.7.21 (1401) BUGS : 894 NOTES : Botserv replying with /(null). Thanks Jan
git-svn-id: svn://svn.anope.org/anope/trunk@1401 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1116 5417fbe8-f217-4b02-8779-1006273d7864
-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 |