From 0cdca534a87e70c0044480aa3a16807d881295d7 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 18 Aug 2011 17:30:49 -0400 Subject: [PATCH] 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. --- modules/commands/cs_xop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,