mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 04:51:07 -05:00
Update config.py
little fix for useAccountBanIfPossible
This commit is contained in:
parent
ef3a7973ba
commit
2f7b3c548a
@ -73,7 +73,7 @@ conf.registerGlobalValue(ChanTracker, 'modeD',
|
||||
## per-channel settings
|
||||
|
||||
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',
|
||||
registry.Boolean(False, """avoid overlap between items, bot will try to use existing items against users, some limitations with extended bans"""))
|
||||
|
Loading…
x
Reference in New Issue
Block a user