aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/badlinks.ts1
-rw-r--r--src/lib/badwords.ts8
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts
index 722d215..2f8ebd5 100644
--- a/src/lib/badlinks.ts
+++ b/src/lib/badlinks.ts
@@ -3992,6 +3992,7 @@ export default [
"steamcommunitu.net",
"steamcommunitu.ru.com",
"steamcommunitv.ru",
+ "steamcommunitvs.com",
"steamcommunitx.ru.com",
"steamcommunity-com.xyz",
"steamcommunity-comtradeoffer.ru",
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index 8eaa3d2..8836783 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -220,6 +220,14 @@ export default {
reason: "steam scam phrase",
regex: false,
},
+ {
+ match: "please take my skins",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "steam scam phrase",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */