Add AdminPrivilegeCaker

This commit is contained in:
Morgan Bazalgette
2017-07-23 22:38:27 +02:00
parent c078e20ac5
commit 6352f752ca

View File

@@ -26,6 +26,7 @@ const (
AdminPrivilegeKickUsers
UserPrivilegePendingVerification
UserPrivilegeTournamentStaff
AdminPrivilegeCaker
)
// UserPrivileges represents a bitwise enum of the privileges of an user.