mirror of
https://github.com/anope/anope.git
synced 2026-07-01 00:06:39 +02:00
BUILD : 1.7.3 (144) BUGS : NOTES : Fixed botserv bug with HAS_EXCEPTION (chmode +e)
git-svn-id: svn://svn.anope.org/anope/trunk@144 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@105 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
d34491673d
commit
5945a2cbed
@@ -1,6 +1,7 @@
|
||||
Anope Version S V N
|
||||
-------------------
|
||||
Provided by Anope Dev. <dev@anope.org> - 2004
|
||||
05/28 F Fixed botserv bug with HAS_EXCEPTION (chmode +e)
|
||||
05/27 A Better /OS MODLIST output to include version information. [ #74]
|
||||
05/25 A New /CS CLEAR HOPS for ircd's that support halfops. [ #72]
|
||||
05/24 A New NSNickTracking directive to provide nick tracking. [ #71]
|
||||
|
||||
@@ -1090,7 +1090,7 @@ static void bot_raw_ban(User * requester, ChannelInfo * ci, char *nick,
|
||||
&& (get_access(u, ci) >= get_access(requester, ci)))
|
||||
return;
|
||||
|
||||
#ifdef HAVE_EXCEPT
|
||||
#ifdef HAS_EXCEPT
|
||||
if (is_excepted(ci, u) == 1) {
|
||||
send_cmd(ci->bi->nick, "PRIVMSG %s :%s", ci->name,
|
||||
getstring2(NULL, BOT_EXCEPT));
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="3"
|
||||
VERSION_BUILD="131"
|
||||
VERSION_BUILD="144"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.3 (144)
|
||||
# BUGS :
|
||||
# NOTES : Fixed botserv bug with HAS_EXCEPTION (chmode +e)
|
||||
#
|
||||
# BUILD : 1.7.3 (131)
|
||||
# BUGS :
|
||||
# NOTES : Translated daniels changes
|
||||
|
||||
Reference in New Issue
Block a user