aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-14 08:37:38 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-14 08:37:38 -0400
commite513c108e7823eebc5ff4da8355876036ac8dad5 (patch)
tree13ab2dcde53019652b8071c045b01f58f560c988 /src
parentf4acfe2f0204a37e96c8938a5aea6ee1bef668a2 (diff)
parent149f221adde3e055c5b8ed539799921333b120ee (diff)
downloadtanzanite-e513c108e7823eebc5ff4da8355876036ac8dad5.tar.gz
tanzanite-e513c108e7823eebc5ff4da8355876036ac8dad5.tar.bz2
tanzanite-e513c108e7823eebc5ff4da8355876036ac8dad5.zip
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
Diffstat (limited to 'src')
-rw-r--r--src/lib/badlinks.ts1
-rw-r--r--src/lib/badwords.ts24
2 files changed, 25 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts
index 96c0a05..3b4cf3b 100644
--- a/src/lib/badlinks.ts
+++ b/src/lib/badlinks.ts
@@ -604,6 +604,7 @@ export default [
"dioscord.com",
"diqscordapp.com",
"dircode.ru",
+ "direct-link.net",
"dirolzz.xyz",
"dirscod.com",
"dirscod.gift",
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index eb44230..feb74cb 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -710,6 +710,30 @@ export default {
reason: "malware phrase",
regex: false,
},
+ {
+ match: "https://discord.gg/KKnGGvEPVM",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "misc. scam phrase",
+ regex: false,
+ },
+ {
+ match: "https://discord.gg/rykjvpTGrB",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "misc. scam phrase",
+ regex: false,
+ },
+ {
+ match: "https://discord.gg/XTDQgJ9YMp",
+ severity: Severity.PERM_MUTE,
+ ignoreSpaces: true,
+ ignoreCapitalization: true,
+ reason: "misc. scam phrase",
+ regex: false,
+ },
],
/* -------------------------------------------------------------------------- */