diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-22 20:42:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 14:42:01 -0500 |
commit | 48d943d6638636255abcd79f3f23403c8b6350d4 (patch) | |
tree | 6c4ad27ce7dcd8bbe0d47683339e75b5938bb13a /src/lib/badwords.ts | |
parent | b5b56b31f29728b9a5fbe4db350dee1f3547cee4 (diff) | |
download | tanzanite-48d943d6638636255abcd79f3f23403c8b6350d4.tar.gz tanzanite-48d943d6638636255abcd79f3f23403c8b6350d4.tar.bz2 tanzanite-48d943d6638636255abcd79f3f23403c8b6350d4.zip |
Added a few Links, fixed rules command and also added some things to the badwords list (#41)
* Update badlinks.ts
* Updating
* stuff
* Update badlinks.ts
* Update badlinks.ts
* Update badlinks.ts
* Update badlinks.ts
* Summary
* Update badlinks.ts
* YEP
* another one
* Update badlinks.ts
* Update badlinks.ts
* Update badlinks.ts
* easy anti cheat
* scammerino
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 20ca29d..2da59cc 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -163,6 +163,20 @@ export default { reason: "steam scam phrase", regex: false, }, + "Hey, I'm leaving for the army and giving the skins": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "steam scam phrase", + regex: false, + }, + "fuck this trash called CS:GO, deleted,": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "steam scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ /* Nitro Scams */ @@ -358,6 +372,34 @@ export default { reason: "discord nitro scam phrase", regex: false, }, + "Free discord nitro for 1 month!": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Hey, I got some nitro left over here": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "Hey, steam gived nitro": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, + "nitro giveaway by steam, take it": { + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "discord nitro scam phrase", + regex: false, + }, /* -------------------------------------------------------------------------- */ |