From e16ed28787df6a638197a572242177ecafa55a48 Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Sun, 2 Nov 2014 04:10:40 +0100 Subject: [PATCH] settings/wolfgame.py: raise WAIT_AFTER_JOIN to 25 --- settings/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index e1334e5..8fb0da7 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -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