Update config.py

little fix for useAccountBanIfPossible
This commit is contained in:
Nicolas Coevoet 2021-06-30 16:54:15 +02:00 committed by GitHub
parent ef3a7973ba
commit 2f7b3c548a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ conf.registerGlobalValue(ChanTracker, 'modeD',
## per-channel settings ## per-channel settings
conf.registerChannelValue(ChanTracker, 'useAccountBanIfPossible', conf.registerChannelValue(ChanTracker, 'useAccountBanIfPossible',
registry.Boolean(False, """bot will use account bans when user is identified, only works for b,q,e,I; note commands not automated bans""")) registry.Boolean(False, """bot will use account bans when user is identified, only works for b,q,e,I and m (chantracker.m)"""))
conf.registerChannelValue(ChanTracker, 'avoidOverlap', conf.registerChannelValue(ChanTracker, 'avoidOverlap',
registry.Boolean(False, """avoid overlap between items, bot will try to use existing items against users, some limitations with extended bans""")) registry.Boolean(False, """avoid overlap between items, bot will try to use existing items against users, some limitations with extended bans"""))