From 9b7a160e61b1969c9db5d884598fafe40726ef9d Mon Sep 17 00:00:00 2001 From: liyp Date: Sun, 14 Apr 2024 20:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cq=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workers/hhsh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/hhsh.go b/workers/hhsh.go index ff15361..4efd139 100644 --- a/workers/hhsh.go +++ b/workers/hhsh.go @@ -48,7 +48,7 @@ func (a *Hhsh) GetMsg() string { if trans, ok := resultSlipe[0].(map[string]interface{})["trans"]; ok { // println("trans:", trans.([]interface{})) transSlice := trans.([]interface{}) - msg := "[CQ:reply,id=" + a.MID + "]" + msg := "[CQ:reply,id=" + a.MID + "][CQ:at,qq=" + a.UID + "] " for _, item := range transSlice { // fmt.Print(item, " ") msg += item.(string) + " "