From fbbdc61862bdd5713c068a74ae565aee8e6d9bf1 Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 16:00:03 +0100 Subject: [PATCH] Add Chat Shadow Anti Spam --- Chat-Shadow-Anti-Spam.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Chat-Shadow-Anti-Spam.md diff --git a/Chat-Shadow-Anti-Spam.md b/Chat-Shadow-Anti-Spam.md new file mode 100644 index 0000000..198c90a --- /dev/null +++ b/Chat-Shadow-Anti-Spam.md @@ -0,0 +1,10 @@ +[Return](./Home) +
+ +### Cookie Utils chat shadow antispam +Chat Shadow Anti Spam will block sending any new message within 500 milliseconds since last message player sended and double that for resending the same message. +> **Warning** +> If player tries to send message within that time frame the time will be extended by another 500 milliseconds up to maximum of 10 seconds. + +> **Note** +> Each time player sends message the timer resets. \ No newline at end of file