settings/wolfgame.py: raise WAIT_AFTER_JOIN to 25
This commit is contained in:
parent
8a64f73715
commit
e16ed28787
@ -5,7 +5,7 @@ PING_MIN_WAIT = 30 # How long !start has to wait after a !ping
|
||||
MINIMUM_WAIT = 60
|
||||
EXTRA_WAIT = 20
|
||||
EXTRA_WAIT_JOIN = 0 # Add this many seconds to the waiting time for each !join
|
||||
WAIT_AFTER_JOIN = 10 # Wait at least this many seconds after the last join
|
||||
WAIT_AFTER_JOIN = 25 # Wait at least this many seconds after the last join
|
||||
MAXIMUM_WAITED = 3 # limit for amount of !wait's
|
||||
STATS_RATE_LIMIT = 60
|
||||
VOTES_RATE_LIMIT = 60
|
||||
|
Loading…
Reference in New Issue
Block a user