From 636f7b26d30078fddce5bc06023f338b6a1a9ab2 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 3 Sep 2013 14:14:22 +0200 Subject: [PATCH] Prevent services from being pinged --- settings/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 58165a9..0d3e6bb 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -65,7 +65,7 @@ ROLES_GUIDE = { 4 : ( 1 , 1 , 0 , 0 , 0 , 0 , 0 ################################################################################################################# GAME_MODES = {} -AWAY = [] # cloaks of people who are away. +AWAY = ['services.', 'services.int'] # cloaks of people who are away. SIMPLE_NOTIFY = [] # cloaks of people who !simple, who want everything /notice'd ROLE_INDICES = {0 : "seer",