Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Nov 1, 2024
1 parent b70d9d1 commit e79df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/pipeHandle.go
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ func handleChatMsg(input *handleData) bool {

if glob.ChatterSpamScore[pname] > constants.SpamScoreWarning {
if !cfg.Global.Options.DisableSpamProtect {
bbuf = fmt.Sprintf("/whisper %v [color=red]*** SPAMMING / FLOODING WARNING! (slow down) ***[/color]\n", pname)
bbuf = fmt.Sprintf("/whisper %v [color=red]*** SPAMMING / FLOODING WARNING! ***[/color]\n", pname)
fact.WriteFact(bbuf)
}
}
Expand Down

0 comments on commit e79df17

Please sign in to comment.