diff options
author | Adam <Adam@anope.org> | 2011-08-18 16:48:51 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-18 16:48:51 -0400 |
commit | 71b9bbd1ac938b5eeec8d1661f758525d15b5c11 (patch) | |
tree | b9a531350b056693b18c4721f2735f789b8692cb /modules/commands/cs_xop.cpp | |
parent | 2f3969b4beaf114586075f08be070c43e3d113dc (diff) |
Bug #1315 - moved CA_ASSIGN permission from sop to qop
Diffstat (limited to 'modules/commands/cs_xop.cpp')
-rw-r--r-- | modules/commands/cs_xop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |