1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 07:33:14 +02:00

Moved CA_TOPIC to qop aswell. Newer channels (default) to TOPIC at 5 but older channels will remain at founder only, causing access list to think newer aop are level 10000 due to having this permission on older channels.

This commit is contained in:
Adam
2011-08-18 17:30:49 -04:00
parent 71b9bbd1ac
commit 0cdca534a8
+1 -1
View File
@@ -38,6 +38,7 @@ static struct XOPAccess
CA_PROTECT,
CA_INFO,
CA_ASSIGN,
CA_TOPIC,
CA_SIZE
}
},
@@ -55,7 +56,6 @@ static struct XOPAccess
},
{ XOP_AOP, "AOP",
{
CA_TOPIC,
CA_MODE,
CA_GETKEY,
CA_INVITE,