Add UserTournamentStaff privilege
This commit is contained in:
parent
e5504d2e29
commit
dccec469af
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user