From f173a285c12db14a66c2f867449a2c2d45a1522d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Sep 2025 17:32:42 -0700 Subject: fix(gateway:aiModeration): Update joke analysis --- packages/gateway/src/listeners/aiModeration.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index 19cfcda..343da11 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -102,7 +102,11 @@ JOKE RECOGNITION: Recognize obvious jokes, sarcasm, and humorous statements. Do - Obvious jokes like "No more males in the near future" (clearly humorous) - Sarcastic statements like "Just send a nuke to our location" (obviously not serious) - Casual service offers like "I got contacts" (not serious self-promotion) +- Hyperbolic statements like "Bro's gonna blow up Malaysia" (obviously joking) +- Exaggerated threats like "I'll destroy you" (clearly not serious) +- Over-the-top statements that are clearly meant to be funny - Use common sense to distinguish between genuine violations and humour +- When in doubt, assume it's a joke rather than a serious violation SERVER RULES: ${SERVER_RULES} -- cgit v1.2.3