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:
parent
daadfe477e
commit
fe09b2e57a
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user