From a90cf3cdb0d065049bcbfe9b30943a8eff38df30 Mon Sep 17 00:00:00 2001 From: jani270 Date: Sun, 13 Feb 2022 23:12:53 +0100 Subject: Removed DC Link - unused / Added 2 Malware phrases --- src/lib/badwords.ts | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 44a34cd..5086883 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -637,19 +637,26 @@ export default { reason: "annoying copy pasta", regex: false, }, - ], - - /* -------------------------------------------------------------------------- */ - /* Frequently Advertised Discord Severs */ - /* -------------------------------------------------------------------------- */ - "Frequently Advertised Discord Severs": [ { - match: "https://discord.gg/7CaCvDXs", + match: "i made a game can you test play ?", severity: Severity.TEMP_MUTE, ignoreSpaces: true, ignoreCapitalization: true, - reason: "blacklisted server link", + reason: "malware phrasek", + regex: false, + }, + { + match: "tell me if something is wrong in the game", + severity: Severity.TEMP_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "malware phrase", regex: false, }, ], + + /* -------------------------------------------------------------------------- */ + /* Frequently Advertised Discord Severs */ + /* -------------------------------------------------------------------------- */ + } as BadWords; -- cgit