summaryrefslogtreecommitdiff
path: root/src/access.cpp
diff options
context:
space:
mode:
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()