From a863de016b6ce445b786a1057932638eedfb6bcb Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 1 Jun 2013 16:11:11 +0200 Subject: [PATCH] Give people a little extra time --- settings/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 910baff..0ed65ae 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -19,7 +19,7 @@ SHORT_DAY_LIMIT_WARN = 400 SHORT_DAY_LIMIT_CHANGE = 120 KILL_IDLE_TIME = 300 WARN_IDLE_TIME = 180 -PART_GRACE_TIME = 7 +PART_GRACE_TIME = 12 QUIT_GRACE_TIME = 30 # controls how many people it does in one /msg; only works for messages that are the same MAX_PRIVMSG_TARGETS = 2