From 71a3569e75ee217787df4e118b873207e15edd0e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Sep 2025 16:32:21 -0700 Subject: fix(gateway:aiModeration): Improve adult content analysis --- packages/gateway/src/listeners/aiModeration.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index c8ffe75..53e20ca 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -128,6 +128,9 @@ RULE #6 CLARIFICATION: - General adult sexual content is ALLOWED in NSFW channels - Phrases like "squeezing balls" are general sexual content, NOT underage content - Only flag Rule #6 violations if the content specifically involves underage characters +- ADULT FAMILY ROLEPLAY: Content involving "mom", "dad", "sister", etc. with adults is NOT underage content +- Do not assume family relationships imply minors - adults can roleplay family scenarios +- Only flag if there is explicit indication of underage characters (age mentions, school settings, etc.) NSFW CONTENT GUIDELINES: - LIGHT HUMOR/JOKES: Casual references like "boobs free", "big tits", etc. are generally acceptable in any channel -- cgit v1.2.3