Added support for a user whitelist in idlemove

This commit is contained in:
Matthew Lavine
2015-06-26 19:38:45 -04:00
committed by Stefan Hacker
parent 61c9f25b65
commit e9ea8cd305
2 changed files with 12 additions and 4 deletions

View File

@@ -26,7 +26,8 @@ deafen = False
channel = 0
; Channel the player has to be in for this treshold rule to affect him (-1 == Any)
;source_channel = -1
; Comma seperated list of player names that will not be moved when idle (such as bots)
whitelist =
; For every server you want to override the [all] section for create
; a [server_<serverid>] section. For example:
@@ -35,4 +36,5 @@ channel = 0
;threshold = 60
;mute = True
;deafen = False
;channel = 1
;channel = 1