From 6820962995e0c0dfe333c71b3ccf9cd12a8a4cba Mon Sep 17 00:00:00 2001 From: Zodiac Date: Thu, 13 Feb 2025 03:54:25 -0800 Subject: [PATCH] update exclude on anti spam --- plugins/services/anti_spam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/services/anti_spam.py b/plugins/services/anti_spam.py index 4650bd4..f116e01 100644 --- a/plugins/services/anti_spam.py +++ b/plugins/services/anti_spam.py @@ -51,7 +51,7 @@ class AntiSpam: }) self.kick_history = defaultdict(deque) # Track kick timestamps per user - self.exclude_list = ['ZodBot'] # Bots that should be ignored + self.exclude_list = ['ZodBot','g1mp','scroll','WILDWEST','CANCER'] # Bots that should be ignored self.service_name = self.config.get('service_name', 'ChanServ') self.who_channel = WhoChannel(bot) # WHO query for user modes