Prevent services from being pinged

This commit is contained in:
nyuszika7h 2013-09-03 14:14:22 +02:00
parent b96c98b01d
commit 636f7b26d3

View File

@ -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",