mirror of
https://github.com/anope/anope.git
synced 2026-07-06 12:13:14 +02:00
# BUILD : 1.7.13 (1013) # BUGS : # NOTES : bs will now check for a bot on /bs kick
git-svn-id: svn://svn.anope.org/anope/trunk@1013 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@738 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
8c363e309e
commit
bbfd6d0469
@@ -39,6 +39,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006
|
||||
03/18 F Fixed sstrdup() with NULL argument in cs_akick.c. [#460]
|
||||
03/18 F Fixed charybdis umodes. [#471]
|
||||
03/19 F Fixed a gcc4 compiling issue. [#453]
|
||||
03/21 F Fixed bot check on /bs kick. [ #00]
|
||||
|
||||
Provided by nenolod. <nenolod@nenolod.net> - 2006
|
||||
02/03 A Support for Charybdis IRCd. [ #00]
|
||||
|
||||
@@ -111,6 +111,8 @@ int do_kickcmd(User * u)
|
||||
notice_lang(s_BotServ, u, CHAN_X_FORBIDDEN, chan);
|
||||
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);
|
||||
else {
|
||||
if (!stricmp(option, "BADWORDS")) {
|
||||
if (!stricmp(value, "ON")) {
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="13"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1012"
|
||||
VERSION_BUILD="1013"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.13 (1013)
|
||||
# BUGS :
|
||||
# NOTES : bs will now check for a bot on /bs kick
|
||||
#
|
||||
# BUILD : 1.7.13 (1012)
|
||||
# BUGS : 453
|
||||
# NOTES : gcc4 compiling fixes
|
||||
|
||||
Reference in New Issue
Block a user