From 71b9bbd1ac938b5eeec8d1661f758525d15b5c11 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 18 Aug 2011 16:48:51 -0400 Subject: Bug #1315 - moved CA_ASSIGN permission from sop to qop --- modules/commands/cs_xop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index 365b19e7c..fee6039a7 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -37,6 +37,7 @@ static struct XOPAccess CA_OWNERME, CA_PROTECT, CA_INFO, + CA_ASSIGN, CA_SIZE } }, @@ -45,7 +46,6 @@ static struct XOPAccess CA_AUTOPROTECT, CA_AKICK, CA_BADWORDS, - CA_ASSIGN, CA_MEMO, CA_ACCESS_CHANGE, CA_PROTECTME, -- cgit