summaryrefslogtreecommitdiff
path: root/modules/commands/cs_xop.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-18 17:30:49 -0400
committerAdam <Adam@anope.org>2011-08-18 17:30:49 -0400
commit0cdca534a87e70c0044480aa3a16807d881295d7 (patch)
treeae0f3c4d27b3462d31606e8f9380845d0f485f20 /modules/commands/cs_xop.cpp
parent71b9bbd1ac938b5eeec8d1661f758525d15b5c11 (diff)
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.
Diffstat (limited to 'modules/commands/cs_xop.cpp')
-rw-r--r--modules/commands/cs_xop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp
index fee6039a7..e4409f59d 100644
--- a/modules/commands/cs_xop.cpp
+++ b/modules/commands/cs_xop.cpp
@@ -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,