def __init__(self, blacklist=[]):
self.blacklist = blacklist
self.groupLastMsgsDict = {}
# A dictionary controlling not pai dui for more than one time
# Key: (groupName, content), Value: TTL (0 or non-exist means OK to paidui)
self.selfPaiDuiTTL = {}
logging.info('PaiduiHook initialized.')
评论列表
文章目录