From 2f7b3c548a75a53001cde8bcd3ef205117713559 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Wed, 30 Jun 2021 16:54:15 +0200 Subject: [PATCH] Update config.py little fix for useAccountBanIfPossible --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a1a68ac..526c024 100644 --- a/config.py +++ b/config.py @@ -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"""))