From abf9a9048dab4c20a99890f722b3b4d6141ce65d Mon Sep 17 00:00:00 2001 From: divid Date: Mon, 20 Nov 2023 21:59:00 +0800 Subject: [PATCH] feat:blasklist --- channel/chat_channel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/channel/chat_channel.py b/channel/chat_channel.py index 4cedffd..b8f7e90 100644 --- a/channel/chat_channel.py +++ b/channel/chat_channel.py @@ -109,7 +109,6 @@ class ChatChannel(Channel): if context["msg"].is_at: logger.info("[WX]receive group at") if context["msg"].actual_user_nickname in group_name_black_list: - print('黑名单2',context["msg"].actual_user_nickname) logger.info("[WX]Is In BlackList") return None if not conf().get("group_at_off", False):