From 32881b41ac4f1394ec02ad54d700aa93e10c9aff Mon Sep 17 00:00:00 2001 From: Robert Wall Date: Fri, 5 Jul 2013 22:05:04 -0700 Subject: [PATCH] Change the default value of IDLE_STASIS_PENALTY to 1. This has been the effective default in #wolfgame for a few days, and the channel seems to have had few complaints about it and a few positive comments, so I'm switching it to default. Seconded by dwfreed. --- settings/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index e6e7a68..0015a28 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -24,7 +24,7 @@ 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 LEAVE_STASIS_PENALTY = 1 -IDLE_STASIS_PENALTY = 0 +IDLE_STASIS_PENALTY = 1 PART_STASIS_PENALTY = 1 GOAT_HERDER = True