From 7c08b81f4209894297c268a15a6635cd5a863903 Mon Sep 17 00:00:00 2001 From: 1-6 Date: Sat, 29 Jul 2023 16:26:57 +0800 Subject: [PATCH] x --- core/function.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function.go b/core/function.go index ab96a28..1102a2f 100644 --- a/core/function.go +++ b/core/function.go @@ -566,7 +566,7 @@ func HandleMessage(sender common.Sender) { con = false return false } - content = utils.TrimHiddenCharacter(sender.GetContent()) + sender.ClearContinue() break } }