forked from Sarah/Lieb-Website
Added Polls and locking raids if not enough users are signed up
needs testing
This commit is contained in:
parent
32af72a262
commit
ccb276a265
14 changed files with 289 additions and 8 deletions
|
@ -8,6 +8,12 @@
|
|||
public static readonly int RaidEditPowerLevel = Roles.Moderator.PowerLevel;
|
||||
public const int REMOVE_MAYBE_MINUTES = 15;
|
||||
|
||||
public static class Polls
|
||||
{
|
||||
public const string YES = "yes";
|
||||
public const string NO = "no";
|
||||
}
|
||||
|
||||
public static class Roles
|
||||
{
|
||||
public static readonly RoleConstant User = new RoleConstant("user", 20);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue