From d61e225f252d19fb3e11cf1ffa543720719dcf9e Mon Sep 17 00:00:00 2001 From: gnuxie Date: Mon, 23 Jun 2025 14:28:36 +0100 Subject: [PATCH] Elaborate on how WordList protection works. --- src/protections/WordList.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/protections/WordList.ts b/src/protections/WordList.ts index ec875b1..b3cfb70 100644 --- a/src/protections/WordList.ts +++ b/src/protections/WordList.ts @@ -57,7 +57,8 @@ describeProtection({ name: "WordListProtection", description: "If a user posts a monitored word a set amount of time after joining, they\ - will be banned from that room. This will not publish the ban to a ban list.", + will be banned from that room. This will not publish the ban to a ban list.\ + This protection only targets recently joined users.", capabilityInterfaces: { userConsequences: "UserConsequences", eventConsequences: "EventConsequences",