diff options
author | jani270 <jani270@gmx.de> | 2022-01-30 18:54:45 +0100 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-01-30 18:54:45 +0100 |
commit | e29b0ddc27b6dfda2a342fca853da1d464258f3d (patch) | |
tree | 7821390a824f7bbdf262d80448cae73bba30c7b0 /src/lib/badwords.ts | |
parent | 78ab3362a52578d0bcada903732f147747c609df (diff) | |
download | tanzanite-e29b0ddc27b6dfda2a342fca853da1d464258f3d.tar.gz tanzanite-e29b0ddc27b6dfda2a342fca853da1d464258f3d.tar.bz2 tanzanite-e29b0ddc27b6dfda2a342fca853da1d464258f3d.zip |
Added Links and new text
yoooo first direct commit, hopefully I don't break anything
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 034a9ff..0f693b0 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -551,6 +551,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Discord Nitro distribution from STEAM", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |