mirror of
https://github.com/anope/anope.git
synced 2026-07-05 23:33:12 +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:
parent
f4da46570b
commit
d4c1e5f025
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user