diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-10-28 21:40:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 15:40:04 -0400 |
commit | 901d9dfc8c5d95b8c76519e700c624294d4df787 (patch) | |
tree | 3cf085c495c32a71112a14495268f55dfe0659a6 /src/lib | |
parent | 38f488528ba96e8445f29c9fe24131930f03a697 (diff) | |
download | tanzanite-901d9dfc8c5d95b8c76519e700c624294d4df787.tar.gz tanzanite-901d9dfc8c5d95b8c76519e700c624294d4df787.tar.bz2 tanzanite-901d9dfc8c5d95b8c76519e700c624294d4df787.zip |
link (#31)
* link
* scamshit
* fuck
Diffstat (limited to 'src/lib')
-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 4751935..6558b1d 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -980,11 +980,13 @@ export default [ "disrcod.gift", "disrcod.gifts", "disrcord.com", + "discorl.com", "discordu.gift", "disscord.online", "disscord.ru", "disscords.club", "dissord.com", + "discorcd-gift.com", "dissord.gift", "dissord.ru", "diswcord.com", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index df5c664..5caddd5 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -287,6 +287,13 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "Free distribution of discord nitro for 3 months from steam!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ /* Misc Scams */ |