From 20fe2262dfec98080c02e5b6c3f03499bfdab797 Mon Sep 17 00:00:00 2001 From: Bakadax Date: Sun, 6 Apr 2025 14:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E5=98=9E=E4=B8=AA=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat_module/reasoning_chat/reasoning_chat.py | 2 +- src/plugins/chat_module/think_flow_chat/think_flow_chat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/chat_module/reasoning_chat/reasoning_chat.py b/src/plugins/chat_module/reasoning_chat/reasoning_chat.py index 0f3d5de31..ad6aa1615 100644 --- a/src/plugins/chat_module/reasoning_chat/reasoning_chat.py +++ b/src/plugins/chat_module/reasoning_chat/reasoning_chat.py @@ -190,7 +190,7 @@ class ReasoningChat: reply_probability = 0 is_at = False is_mentioned = False - if f"@{global_config.BOT_NICKNAME}({global_config.BOT_QQ})" in message.processed_plain_text: + if f"@{global_config.BOT_NICKNAME}({global_config.BOT_QQ})" in message.processed_plain_text: is_at = True is_mentioned = True diff --git a/src/plugins/chat_module/think_flow_chat/think_flow_chat.py b/src/plugins/chat_module/think_flow_chat/think_flow_chat.py index 652e03e30..337b30c04 100644 --- a/src/plugins/chat_module/think_flow_chat/think_flow_chat.py +++ b/src/plugins/chat_module/think_flow_chat/think_flow_chat.py @@ -215,7 +215,7 @@ class ThinkFlowChat: reply_probability = 0 is_at = False is_mentioned = False - if f"@{global_config.BOT_NICKNAME}({global_config.BOT_QQ})" in message.processed_plain_text: + if f"@{global_config.BOT_NICKNAME}({global_config.BOT_QQ})" in message.processed_plain_text: is_at = True is_mentioned = True