1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00
This commit is contained in:
Mrs4s 2023-03-18 14:04:13 +08:00
parent 588728aa62
commit 82ecf19480
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -545,6 +545,9 @@ func (bot *CQBot) convertV11(elem msg.Element) (m any, ok bool, err error) {
return return
case "at": case "at":
qq := elem.Get("qq") qq := elem.Get("qq")
if qq == "" {
qq = elem.Get("target")
}
if qq == "all" { if qq == "all" {
m = message.AtAll() m = message.AtAll()
break break