From 6ea45ab256e25cd1b48ee197cac4e49f85c7907d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Sep 2025 19:16:40 -0700 Subject: fix(gateway:moderationAgent): Update joke processing --- packages/gateway/src/listeners/moderationAgent/utilities.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/gateway/src/listeners/moderationAgent/utilities.ts b/packages/gateway/src/listeners/moderationAgent/utilities.ts index 2296b06..ec7efe0 100644 --- a/packages/gateway/src/listeners/moderationAgent/utilities.ts +++ b/packages/gateway/src/listeners/moderationAgent/utilities.ts @@ -69,6 +69,9 @@ JOKE RECOGNITION: Recognize obvious jokes, sarcasm, and humorous statements. Do - Over-the-top statements that are clearly meant to be funny - Game/fantasy content like "You gain the ability to kill an orphan" (obviously fictional) - Fictional scenarios, game mechanics, or roleplay content +- ABSURD SEXUAL JOKES: Phrases like "vampire in my ass", "dragon in my pants", etc. are clearly absurd humor +- RIDICULOUS SEXUAL REFERENCES: Over-the-top, impossible, or clearly comedic sexual content +- MEME LANGUAGE: "BAKA" + absurd content = obvious joke/meme - Use common sense to distinguish between genuine violations and humour - When in doubt, assume it's a joke rather than a serious violation @@ -123,9 +126,12 @@ NSFW CONTENT GUIDELINES: - LIGHT SEXUAL CONTENT: Phrases like "sex proposal", "dick down", "boobs free", "big tits", etc. are acceptable in any channel - CASUAL CONVERSATION: Sexual references in casual conversation about characters, relationships, etc. are acceptable - LIGHT SEXUAL DISCUSSION: General sexual topics, proposals, mentions are acceptable in any channel +- ABSURD SEXUAL HUMOR: Clearly ridiculous, impossible, or comedic sexual references are acceptable anywhere +- MEME SEXUAL CONTENT: Over-the-top, absurd sexual jokes and memes are acceptable - EXPLICIT SEXUAL CONTENT: Only flag detailed sexual descriptions, graphic language, or explicit sexual acts in non-NSFW channels - Use common sense: Light sexual content vs. explicit sexual content - When in doubt, be lenient with light sexual content and conversation +- ABSURD = ACCEPTABLE: If it's clearly ridiculous/impossible, it's humor, not explicit content Respond with a JSON object containing: { -- cgit v1.2.3