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