Don't mark services away in settings/wolfgame.py
This can be done in botconfig.py now.
This commit is contained in:
parent
3aa54cf565
commit
63d4ac6e05
@ -108,7 +108,7 @@ TOTEM_CHANCES = { "death": ( 1/8 , 1/15 ),
|
|||||||
}
|
}
|
||||||
|
|
||||||
GAME_MODES = {}
|
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
|
AWAY_ACCS = [] # accounts of people who are away
|
||||||
SIMPLE_NOTIFY = [] # cloaks of people who !simple, who don't want detailed instructions
|
SIMPLE_NOTIFY = [] # cloaks of people who !simple, who don't want detailed instructions
|
||||||
SIMPLE_NOTIFY_ACCS = [] # same as above, except accounts. takes precedence
|
SIMPLE_NOTIFY_ACCS = [] # same as above, except accounts. takes precedence
|
||||||
|
Loading…
x
Reference in New Issue
Block a user