From 358788e89324acde092c14da450aa6c570cf86f1 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 25 Feb 2014 14:04:25 +0100 Subject: [PATCH] Increase grace time for /part in-game to 30 seconds --- settings/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 0c4e73c..2ea8184 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -24,7 +24,7 @@ SHORT_DAY_LIMIT_WARN = 400 SHORT_DAY_LIMIT_CHANGE = 120 KILL_IDLE_TIME = 300 WARN_IDLE_TIME = 180 -PART_GRACE_TIME = 12 +PART_GRACE_TIME = 30 QUIT_GRACE_TIME = 30 # controls how many people it does in one /msg; only works for messages that are the same MAX_PRIVMSG_TARGETS = 4