Skip to content

Commit

Permalink
fix #1989
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Mar 18, 2023
1 parent 588728a commit 82ecf19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coolq/cqcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,9 @@ func (bot *CQBot) convertV11(elem msg.Element) (m any, ok bool, err error) {
return
case "at":
qq := elem.Get("qq")
if qq == "" {
qq = elem.Get("target")
}
if qq == "all" {
m = message.AtAll()
break
Expand Down

0 comments on commit 82ecf19

Please sign in to comment.