settings/wolfgame.py: raise WAIT_AFTER_JOIN to 25

This commit is contained in:
Janik Kleinhoff 2014-11-02 04:10:40 +01:00
parent 8a64f73715
commit e16ed28787

View File

@ -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