1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 08:23:15 +02:00

BUILD : 1.7.4 (272) BUGS : 111,115 NOTES : Fixed bugs 111 and 115, both need backporting to 1.6.x

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@176 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-22 16:22:42 +00:00
parent daadfe477e
commit fe09b2e57a
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@ Anope Version S V N
*** New Strings:
*** Mod Strings:
MEMO_HELP
CHAN_LEVEL_NOJOIN
*** Del Strings:
Anope Version 1.7.4
+1 -1
View File
@@ -753,7 +753,7 @@ CHAN_LEVEL_AUTOPROTECT
CHAN_LEVEL_AUTODEOP
Channel operator status disallowed
CHAN_LEVEL_NOJOIN
Not allowed to join channel if RESTRICTED
Not allowed to join channel
CHAN_LEVEL_INVITE
Allowed to use INVITE command
CHAN_LEVEL_AKICK
+1 -1
View File
@@ -4416,7 +4416,7 @@ static int do_noop(User * u)
for (u2 = firstuser(); u2; u2 = u3) {
u3 = nextuser();
if ((u2) && is_oper(u2) && (u2->server->name)
&& !stricmp(u2->server->name, server)) {
&& match_wild(server,u2->server->name)) {
kill_user(s_OperServ, u2->nick, reason);
}
}
+6 -1
View File
@@ -8,10 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="4"
VERSION_BUILD="271"
VERSION_BUILD="272"
# $Log$
#
# BUILD : 1.7.4 (272)
# BUGS : 111,115
# NOTES : Fixed bugs 111 and 115, both need backporting to 1.6.x
#
#
# BUILD : 1.7.4 (271)
# BUGS :
# NOTES : Rolled Back to 291 for GeniusDex