update exclude on anti spam

This commit is contained in:
Zodiac 2025-02-13 03:54:25 -08:00
parent 3893b2a12e
commit 6820962995

View File

@ -51,7 +51,7 @@ class AntiSpam:
}) })
self.kick_history = defaultdict(deque) # Track kick timestamps per user 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.service_name = self.config.get('service_name', 'ChanServ')
self.who_channel = WhoChannel(bot) # WHO query for user modes self.who_channel = WhoChannel(bot) # WHO query for user modes