aboutsummaryrefslogtreecommitdiff
path: root/src/lib/badwords.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r--src/lib/badwords.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index df984f6..3a63273 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -74,6 +74,14 @@ export default {
reason: "racist symbol",
regex: false,
},
+ "space movie 1992": {
+ //? N word
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "racial slur",
+ regex: false,
+ },
/* -------------------------------------------------------------------------- */
/* Steam Scams */
@@ -400,6 +408,13 @@ export default {
reason: "discord nitro scam phrase",
regex: false,
},
+ "3 months nitro from styme,": {
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "discord nitro scam phrase",
+ regex: false,
+ },
/* -------------------------------------------------------------------------- */
/* Misc Scams */