pull/45/head
UnCLAS-Prommer 2025-06-26 13:31:30 +08:00
parent eb062e1258
commit 53ded44351
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class RecvHandler:
else:
self.bot_id_list[user_id] = False
update_bot_id(self.bot_id_list)
user_id = int(user_id)
logger.debug("开始检查聊天白名单/黑名单")
if group_id:
if global_config.chat.group_list_type == "whitelist" and group_id not in global_config.chat.group_list: