diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-01 20:44:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 15:44:28 -0400 |
commit | b80ac9400a803989531bd5cba13debe9727f7205 (patch) | |
tree | 06a1fb886feb904f8934b0a88526288f6a0fe9a0 /src | |
parent | 13894f2beffc776a56ac03868613b4313dfb57bf (diff) | |
download | tanzanite-b80ac9400a803989531bd5cba13debe9727f7205.tar.gz tanzanite-b80ac9400a803989531bd5cba13debe9727f7205.tar.bz2 tanzanite-b80ac9400a803989531bd5cba13debe9727f7205.zip |
hi (#32)
* hi
* shit
* ok
* more
* link
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/badlinks.ts | 5 | ||||
-rw-r--r-- | src/lib/badwords.ts | 29 |
2 files changed, 34 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index 6558b1d..5fb9a0d 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -555,6 +555,7 @@ export default [ "discorcl-app.ru", "discorcl-gift.ru", "discorcl-gift.xyz", + "discordnitroapp.ru.com", "discorcl-give.site", "discorcl-nitro.com", "discorcl-nitro.ru.com", @@ -959,6 +960,8 @@ export default [ "discrordapp.com", "discurcd.com", "discvordapp.com", + "discorlgifts.store", + "discordclgift.net.ru", "discxordapp.com", "disdrop.com.br", "disinfo.org.ru", @@ -1006,6 +1009,7 @@ export default [ "dlcsorcl.com", "dlcsorcl.ru", "dlcsord-airdrop.com", + "dlscord-app.xyz", "dlicord-glfts.site", "dliscord-gift.com", "dliscord-gift.ru.com", @@ -1049,6 +1053,7 @@ export default [ "dlscord.fr", "dlscord.in", "dlscord.info", + "dlscrod-app.xyz", "dlscord.ink", "dlscord.live", "dlscord.net", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 2401a15..6672315 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -294,6 +294,35 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "Get 3 Months of Discord Nitro. Personalize your profile, screen share in HD, upgrade your emojis, and more!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Steam is giving away free discord nitro, have time to pick up at my link": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Airdrop Discord NITRO with Steam": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Check this lol, there nitro is handed out for free, take it until everything is sorted out": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + /* -------------------------------------------------------------------------- */ /* Misc Scams */ |