aboutsummaryrefslogtreecommitdiff
path: root/src/lib/badwords.ts
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-02-07 16:43:44 +0100
committerjani270 <jani270@gmx.de>2022-02-07 16:43:44 +0100
commitf161aeea7cfad863d550ecdd5a43dc26d128deb4 (patch)
tree8fad8832ce9f0b3093e96740e85782bf6ef6b612 /src/lib/badwords.ts
parent32d246a3ae1924f147e102f68e106c700292de73 (diff)
downloadtanzanite-f161aeea7cfad863d550ecdd5a43dc26d128deb4.tar.gz
tanzanite-f161aeea7cfad863d550ecdd5a43dc26d128deb4.tar.bz2
tanzanite-f161aeea7cfad863d550ecdd5a43dc26d128deb4.zip
since when is steam relevant again
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r--src/lib/badwords.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index 8836783..4969403 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -228,6 +228,14 @@ export default {
reason: "steam scam phrase",
regex: false,
},
+ {
+ match: "Hi, I stopped playing CS:GO and decided to giveaway my inventory.",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "steam scam phrase",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */