From 63d4ac6e0518d281e198bf7a6027a02c03c69ccb Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 13 Dec 2014 20:58:55 +0100 Subject: [PATCH] Don't mark services away in settings/wolfgame.py This can be done in botconfig.py now. --- settings/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 633bb91..24997f4 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -108,7 +108,7 @@ TOTEM_CHANCES = { "death": ( 1/8 , 1/15 ), } GAME_MODES = {} -AWAY = ['services.', 'services.int'] # cloaks of people who are away. +AWAY = [] # cloaks of people who are away. AWAY_ACCS = [] # accounts of people who are away SIMPLE_NOTIFY = [] # cloaks of people who !simple, who don't want detailed instructions SIMPLE_NOTIFY_ACCS = [] # same as above, except accounts. takes precedence