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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user