Anti-spam filter fix (#7311)

This commit is contained in:
JohnWildkins
2019-11-01 21:44:57 +02:00
committed by Erki
parent 6cc5660a4b
commit 65aad37db9
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -263,7 +263,9 @@
log_debug("SPAM_PROTECT: [src] tripped macro-trigger, now muted.")
return TRUE
spam_alert = max(0, spam_alert - 1)
else
spam_alert = max(0, spam_alert - 1)
return FALSE
/client/proc/automute_by_duplicate(message, mute_type)