update exclude on anti spam
This commit is contained in:
parent
3893b2a12e
commit
6820962995
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user