Add UserTournamentStaff privilege

This commit is contained in:
Howl 2016-10-06 16:57:01 +02:00
parent e5504d2e29
commit dccec469af
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const (
AdminPrivilegeChatMod
AdminPrivilegeKickUsers
UserPrivilegePendingVerification
UserPrivilegeTournamentStaff
)
// UserPrivileges represents a bitwise enum of the privileges of an user.
@ -52,6 +53,7 @@ var userPrivilegeString = [...]string{
"AdminChatMod",
"AdminKickUsers",
"UserPendingVerification",
"UserTournamentStaff",
}
func (p UserPrivileges) String() string {