We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b5ddd commit b155322Copy full SHA for b155322
plugin/antiabuse/anti.go
@@ -68,7 +68,7 @@ func init() {
68
return true
69
}
70
71
- engine.OnMessage(notAntiabuse, zero.OnlyGroup, func(ctx *zero.Ctx) bool {
+ engine.OnMessage(onceRule, notAntiabuse, zero.OnlyGroup, func(ctx *zero.Ctx) bool {
72
uid := ctx.Event.UserID
73
gid := ctx.Event.GroupID
74
msg := strings.ReplaceAll(ctx.MessageString(), "\n", "")
0 commit comments