From 1356adda3f19d6705a71e56ef23a30bd4765331f Mon Sep 17 00:00:00 2001 From: zihanjian Date: Thu, 23 Oct 2025 21:17:55 +0800 Subject: [PATCH] =?UTF-8?q?chitchat=20=E4=B8=8D=20at?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/handlers.py | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/commands/handlers.py b/commands/handlers.py index 8649b67..035a713 100644 --- a/commands/handlers.py +++ b/commands/handlers.py @@ -450,12 +450,7 @@ def handle_chitchat(ctx: 'MessageContext', match: Optional[Match]) -> bool: ) if rsp: - # 发送回复 - at_list = "" - if ctx.is_group and not getattr(ctx, 'auto_random_reply', False): - at_list = ctx.msg.sender - ctx.send_text(rsp, at_list) - + ctx.send_text(rsp, "") return True else: if ctx.logger: @@ -575,12 +570,7 @@ def handle_perplexity_ask(ctx: 'MessageContext', match: Optional[Match]) -> bool ) if rsp: - # 发送回复 - at_list = "" - if ctx.is_group and not getattr(ctx, 'auto_random_reply', False): - at_list = ctx.msg.sender - ctx.send_text(rsp, at_list) - + ctx.send_text(rsp, "") return True else: if ctx.logger: