From 7ab56b90767eb093db8865a47f39e872d67cec28 Mon Sep 17 00:00:00 2001 From: chenzhenkun Date: Fri, 1 Sep 2023 18:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E4=BB=A5?= =?UTF-8?q?=E6=96=B9=E4=BE=BF=E5=AE=9A=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- channel/chat_channel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/channel/chat_channel.py b/channel/chat_channel.py index 83853df..be75ebb 100644 --- a/channel/chat_channel.py +++ b/channel/chat_channel.py @@ -103,6 +103,7 @@ class ChatChannel(Channel): flag = True if match_prefix: content = content.replace(match_prefix, "", 1).strip() + logger.info(f'context["msg"]: {context["msg"].__str__()}') if context["msg"].is_at and context["msg"].to_user_id != context["msg"].actual_user_id: logger.info("[WX]receive group at") if not conf().get("group_at_off", False):