From 32d246a3ae1924f147e102f68e106c700292de73 Mon Sep 17 00:00:00 2001 From: jani270 Date: Sat, 5 Feb 2022 10:34:37 +0100 Subject: chad --- src/lib/badlinks.ts | 1 + src/lib/badwords.ts | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'src') 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, + }, ], /* -------------------------------------------------------------------------- */ -- cgit