summaryrefslogtreecommitdiff
path: root/src/access.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-09-03 01:10:12 -0400
committerAdam <Adam@anope.org>2011-09-10 02:06:29 -0400
commit1478b5bbd7ecc99c3ceefc0396845ebb0608d331 (patch)
tree24783150322c7774643e22f4b3074764dab0736e /src/access.cpp
parent19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (diff)
Added chanserv/log
Diffstat (limited to 'src/access.cpp')
-rw-r--r--src/access.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/access.cpp b/src/access.cpp
index 49636cd04..09310d441 100644
--- a/src/access.cpp
+++ b/src/access.cpp
@@ -89,7 +89,11 @@ void PrivilegeManager::Init()
AddPrivilege(Privilege("ASSIGN", _("Allowed to assign/unassign a bot")));
AddPrivilege(Privilege("MEMO", _("Allowed to read channel memos")));
AddPrivilege(Privilege("ACCESS_CHANGE", _("Allowed to modify the access list")));
+ AddPrivilege(Privilege("PROTECT", _("Allowed to (de)protect users")));
AddPrivilege(Privilege("PROTECTME", _("Allowed to (de)protect him/herself")));
+ AddPrivilege(Privilege("SET", _("Allowed to set channel settings")));
+ AddPrivilege(Privilege("OWNERME", _("Allowed to (de)owner him/herself")));
+ AddPrivilege(Privilege("OWNER", _("Allowed to (de)owner users")));
}
std::vector<Privilege> &PrivilegeManager::GetPrivileges()