diff options
author | jani270 <jani270@gmx.de> | 2022-05-12 16:21:49 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-05-12 16:21:49 +0200 |
commit | 80148f4bc708ec6e6848efd5fa85c963a817ad8b (patch) | |
tree | 3a0ecf0a21ba7f138729e7011539da7212af1ad0 /src/lib | |
parent | 640b8bf627179b8f2542e8d02fab82515c738f18 (diff) | |
download | tanzanite-80148f4bc708ec6e6848efd5fa85c963a817ad8b.tar.gz tanzanite-80148f4bc708ec6e6848efd5fa85c963a817ad8b.tar.bz2 tanzanite-80148f4bc708ec6e6848efd5fa85c963a817ad8b.zip |
god how can you get scammed in 2022
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/badlinks.ts | 1 | ||||
-rw-r--r-- | src/lib/badwords.ts | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index eb87152..96c0a05 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -2678,6 +2678,7 @@ export default [ "nitrodiscord.org", "nitrodlscordl.xyz", "nitrodlscordx.xyz", + "nitrofgift.xyz", "nitrofrees.ru", "nitrogeneral.ru", "nitrogift.xyz", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 7365dbc..aa00973 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -638,6 +638,14 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + { + match: "Discord free nitro from steam", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |