mirror of
https://github.com/anope/anope.git
synced 2026-07-02 13:13:13 +02:00
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
This commit is contained in:
parent
72fef2ab67
commit
a5da1eb1fa
@@ -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]
|
||||
|
||||
+1
-1
@@ -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")) {
|
||||
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user