Added support for a user whitelist in idlemove
This commit is contained in:

committed by
Stefan Hacker

parent
61c9f25b65
commit
e9ea8cd305
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user