fix
parent
eb062e1258
commit
53ded44351
|
|
@ -107,6 +107,7 @@ class RecvHandler:
|
||||||
else:
|
else:
|
||||||
self.bot_id_list[user_id] = False
|
self.bot_id_list[user_id] = False
|
||||||
update_bot_id(self.bot_id_list)
|
update_bot_id(self.bot_id_list)
|
||||||
|
user_id = int(user_id)
|
||||||
logger.debug("开始检查聊天白名单/黑名单")
|
logger.debug("开始检查聊天白名单/黑名单")
|
||||||
if group_id:
|
if group_id:
|
||||||
if global_config.chat.group_list_type == "whitelist" and group_id not in global_config.chat.group_list:
|
if global_config.chat.group_list_type == "whitelist" and group_id not in global_config.chat.group_list:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue