1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 19:26:38 +02:00

BUILD : 1.7.17 (1200) BUGS : 632 NOTES : Fixed BotServ KICK incorrectly reporting assigned status

git-svn-id: svn://svn.anope.org/anope/trunk@1200 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@919 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-12-09 22:55:00 +00:00
parent 3aa379bb92
commit fb05b60099
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ Anope Version S V N
10/21 F svspart sends svspart instead of eob. [#617]
11/02 F hs_request no longer returns MOD_STOP. [ #00]
11/02 F anoperc sends correct signalls. [#623]
12/07 F BotServ KICK incorrectly reported assigned status of bots. [#632]
12/09 F Reviewed and updated all of the MySQL code. [ #00]
Anope Version 1.7.17
+1 -1
View File
@@ -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_DOES_NOT_EXIST, chan);
notice_lang(s_BotServ, u, BOT_NOT_ASSIGNED);
else {
if (!stricmp(option, "BADWORDS")) {
if (!stricmp(value, "ON")) {
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="17"
VERSION_EXTRA="-svn"
VERSION_BUILD="1199"
VERSION_BUILD="1200"
# $Log$
#
# BUILD : 1.7.17 (1200)
# BUGS : 632
# NOTES : Fixed BotServ KICK incorrectly reporting assigned status
#
# BUILD : 1.7.17 (1199)
# BUGS : 621
# NOTES : Added the ability to see if AutoOp is enabled in NickServ INFO displays.