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

BUILD : 1.7.20 (1336) BUGS : NOTES : Fixed swapped prefixes for +a and +q on inspircd11

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1052 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-06 17:01:30 +00:00
parent f4da46570b
commit d4c1e5f025
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ Anope Version S V N
01/05 F Re-idenficiation after netsplit on InspIRCd. [#817]
01/05 F Founder channelmode (+q) not correctly parsed in FJOIN. [ #00]
01/06 F Updated documentation where needed. [ #00]
01/06 F InspIRCD +q and +a prefixes were swapped. [ #00]
Provided by Trystan <trystan@nomadirc.net> - 2008
01/04 F Detection of Windows Vista and Windows Server 2008. [#815]
+2 -2
View File
@@ -196,7 +196,7 @@ char myCsmodes[128] = {
0,
0, 0, 0,
'h', /* (37) % Channel halfops */
'q',
'a',
0, 0, 0, 0,
'v', 0, 0, 0, 0,
@@ -206,7 +206,7 @@ char myCsmodes[128] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'a', 0
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'q', 0
};
CMMode myCmmodes[128] = {
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="20"
VERSION_EXTRA="-svn"
VERSION_BUILD="1335"
VERSION_BUILD="1336"
# $Log$
#
# BUILD : 1.7.20 (1336)
# BUGS :
# NOTES : Fixed swapped prefixes for +a and +q on inspircd11
#
# BUILD : 1.7.20 (1335)
# BUGS :
# NOTES : Updated documentations as by Jobes patch and did some readability work on cs_enforce