From e29b0ddc27b6dfda2a342fca853da1d464258f3d Mon Sep 17 00:00:00 2001 From: jani270 Date: Sun, 30 Jan 2022 18:54:45 +0100 Subject: Added Links and new text yoooo first direct commit, hopefully I don't break anything --- src/lib/badwords.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/badwords.ts') diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 034a9ff..0f693b0 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -551,6 +551,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Discord Nitro distribution from STEAM", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ -- cgit From ace6bfb630cea0f1742bf5722c157eab6f322304 Mon Sep 17 00:00:00 2001 From: jani270 Date: Mon, 31 Jan 2022 12:43:14 +0100 Subject: 2 new links, 1 new text (scamlink stuff) --- src/lib/badlinks.ts | 2 ++ src/lib/badwords.ts | 8 ++++++++ 2 files changed, 10 insertions(+) (limited to 'src/lib/badwords.ts') diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index 4ee8daf..38558b9 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -1520,6 +1520,7 @@ export default [ "disordnltros.com", "disordnltros.com", "disordnltros.gifts", + "disords.gift", "disordsnitro.gifts", "disordsnitros.gifts", "disrcod.com", @@ -1580,6 +1581,7 @@ export default [ "dlscocrd.club", "dlscocrd.com", "dlscocrdapp.com", + "dlscorcl-apps.com", "dlscorcl.gift", "dlscorcl.info", "dlscorcl.ru.com", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 0f693b0..06b5dee 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -559,6 +559,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "3 month nitro for free, take it ", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ -- cgit