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 } }