mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Anti-spam filter fix (#7311)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user