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:
@ -134,6 +134,10 @@ port = 64738
|
||||
# - leave empty (do nothing)
|
||||
#when_nobody_in_channel =
|
||||
|
||||
# 'when_nobody_in_channel_ignore': Specify the list of users that should be ignored, from the list of active users.
|
||||
# This is typically used when other bots are present in the channel.
|
||||
#when_nobody_in_channel_ignore =
|
||||
|
||||
# 'youtube_query_cookie': Sometimes youtube will block the request of our bot and
|
||||
# request the bot to complete a captcha to verify the request is not made by a
|
||||
# bot.
|
||||
|
Reference in New Issue
Block a user