mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +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)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: JohnWildkins
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- security: "Fixed an exploit relating to the anti-spam filter."
|
||||
Reference in New Issue
Block a user