add aibird to exclusion

This commit is contained in:
Zodiac 2025-02-13 06:39:24 -08:00
parent 6820962995
commit c91590177c

View File

@ -51,7 +51,7 @@ class AntiSpam:
})
self.kick_history = defaultdict(deque) # Track kick timestamps per user
self.exclude_list = ['ZodBot','g1mp','scroll','WILDWEST','CANCER'] # Bots that should be ignored
self.exclude_list = ['ZodBot','g1mp','scroll','WILDWEST','CANCER','aibird'] # Bots that should be ignored
self.service_name = self.config.get('service_name', 'ChanServ')
self.who_channel = WhoChannel(bot) # WHO query for user modes