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') 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