Add bots option to exclude other bot users from autoplay logic (#301)
* Add bots option to exclude other bot users from autoplay logic * Refactor get_user_count_in_channel to make it more readable * Remove commandline option and rename config key for "bots" * Remove --bots from argparse * Correct when_nobody_in_channel_ignore config read typo * Fix when_nobody_in_channel_ignore configuration read order
This commit is contained in:
@ -65,6 +65,7 @@ tmp_folder_max_size = 10
|
||||
username = botamusique
|
||||
volume = 0.8
|
||||
when_nobody_in_channel = nothing
|
||||
when_nobody_in_channel_ignore =
|
||||
|
||||
[webinterface]
|
||||
access_address = http://127.0.0.1:8181
|
||||
|
Reference in New Issue
Block a user