diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-12 13:51:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 07:51:15 -0500 |
commit | 3e011c43439fcf4bd36a6c537bee878a44fdfb3b (patch) | |
tree | 282bafc75714ad538a1847207d6a4cefbfd5ad1c | |
parent | 6fd7f7064782fddc20e65b5f1b1ba987c3a868a4 (diff) | |
download | tanzanite-3e011c43439fcf4bd36a6c537bee878a44fdfb3b.tar.gz tanzanite-3e011c43439fcf4bd36a6c537bee878a44fdfb3b.tar.bz2 tanzanite-3e011c43439fcf4bd36a6c537bee878a44fdfb3b.zip |
stuff (#40)
-rw-r--r-- | src/lib/badlinks.ts | 2 | ||||
-rw-r--r-- | src/lib/badwords.ts | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index 2d1b2ca..c79f08d 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -636,6 +636,7 @@ export default [ "discoclapp.xyz", "discocord.com", "discocrd-gift.com", + "discocrd-gifts.com", "discocrd-nitro.com", "discocrd.gift", "discocrd.gifts", @@ -1257,6 +1258,7 @@ export default [ "discordp.ml", "discordpap.com", "discordpp.com", + "discordprize.xyz", "discordpromo.site", "discordq.com", "discordqapp.com", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index fa16850..20ca29d 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -351,6 +351,13 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "Free distributiοn of discοrd nitrο for 3 months from steаm!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ |