aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-02-13 23:12:53 +0100
committerjani270 <jani270@gmx.de>2022-02-13 23:12:53 +0100
commita90cf3cdb0d065049bcbfe9b30943a8eff38df30 (patch)
tree940a6829fd593b96d0a4ced184e398d26de2da54
parent87e7ba3784f02d2e146051e59a08412648c6ff79 (diff)
downloadtanzanite-a90cf3cdb0d065049bcbfe9b30943a8eff38df30.tar.gz
tanzanite-a90cf3cdb0d065049bcbfe9b30943a8eff38df30.tar.bz2
tanzanite-a90cf3cdb0d065049bcbfe9b30943a8eff38df30.zip
Removed DC Link - unused / Added 2 Malware phrases
-rw-r--r--src/lib/badwords.ts23
1 files changed, 15 insertions, 8 deletions
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;