aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-05 13:44:13 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-05 13:44:13 -0500
commitf5b949e8dcaa44536b323754991b97c71ec263c7 (patch)
tree5b91441d91730e248305c1fa423c00917a581188
parent2b1a4d915816deb35eee2baf530a1eee81dcc49d (diff)
parent32d246a3ae1924f147e102f68e106c700292de73 (diff)
downloadtanzanite-f5b949e8dcaa44536b323754991b97c71ec263c7.tar.gz
tanzanite-f5b949e8dcaa44536b323754991b97c71ec263c7.tar.bz2
tanzanite-f5b949e8dcaa44536b323754991b97c71ec263c7.zip
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
-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,
+ },
],
/* -------------------------------------------------------------------------- */