diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-23 19:47:43 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-23 19:47:43 -0400 |
commit | 6c85044c25d1c29efc00c2d8e14db6df358ef628 (patch) | |
tree | 9e13c737f0783ad526221d860e17cd50290e7a8d /lib/badwords.json5 | |
parent | 48fb83d50d64b9d34833097d8a997a2b727ba94e (diff) | |
download | tanzanite-6c85044c25d1c29efc00c2d8e14db6df358ef628.tar.gz tanzanite-6c85044c25d1c29efc00c2d8e14db6df358ef628.tar.bz2 tanzanite-6c85044c25d1c29efc00c2d8e14db6df358ef628.zip |
organize badword and badlinks
Diffstat (limited to 'lib/badwords.json5')
-rw-r--r-- | lib/badwords.json5 | 45 |
1 files changed, 27 insertions, 18 deletions
diff --git a/lib/badwords.json5 b/lib/badwords.json5 index 343039e..8c8d57e 100644 --- a/lib/badwords.json5 +++ b/lib/badwords.json5 @@ -5,6 +5,7 @@ - 3: Delete message and mute user permanently */ { + /* Slurs */ 'nigger': 3, 'nigga': 3, 'retard': 2, @@ -13,32 +14,40 @@ 'slut': 1, 'whore': 1, '卍': 3, - 'found a cool software that improves the': 3, - 'hi, bro h am leaving cs:go and giving away my skin': 3, + 'tar baby': 2, + 'nigra': 3, + + /* Steam Scams */ + 'hello i am leaving cs:go': 3, + "hello! I'm done with csgo": 3, + "hi bro, i'm leaving this fucking game, take my skin": 3, 'hi friend, today i am leaving this fucking game': 3, "hi guys, i'm leaving this fucking game, take my": 3, + 'hi, bro h am leaving cs:go and giving away my skin': 3, + 'hi, bro i am leaving cs:go and giving away my skin': 3, + "i confirm all exchanges, there won't be enough": 3, + 'i quit csgo': 3, + 'the first three who send a trade': 3, 'you can choose any skin for yourself': 3, + 'you can choose any skin for yourself': 3, + 'Я в тильте, в кс дали статус "Ненадежный"': 1, // I'm on tilt, in the cop they gave the status "Unreliable" + + /* Nitro Scams */ + "and there is discord hallween's giveaway": 3, 'discord nitro for free - steam store': 3, - 'get 3 months of discord nitro': 3, - 'get discord nitro for free': 3, 'free 3 months of discord nitro': 3, 'free discord nitro airdrop': 3, + 'get 3 months of discord nitro': 3, + 'get discord nitro for free': 3, + 'get free discord nitro from steam': 3, 'steam is giving away 3 months of discord nitro for free to all no limited steam users': 3, - 'nigra': 3, - "hello! I'm done with csgo": 3, - 'i quit csgo': 3, + 'Лол, бесплатный дискорд нитро на 1 месяц!': 3, // Lol, 1 month free discord nitro! + + /* Misc Scams */ + 'found a cool software that improves the': 3, + 'found a cool software that improves the performance': 3 + // 'tm5LcYN': 3, - 'Я в тильте, в кс дали статус "Ненадежный"': 1, // '5gwLaOZ.png': 3, // 'hYKoQoU4bss': 3, - 'you can choose any skin for yourself': 3, - "i confirm all exchanges, there won't be enough": 3, - 'found a cool software that improves the performance': 3, - 'the first three who send a trade': 3, - "hi bro, i'm leaving this fucking game, take my skin": 3, - 'hello i am leaving cs:go': 3, - 'hi, bro i am leaving cs:go and giving away my skin': 3, - 'tar baby': 2, - 'get free discord nitro from steam': 3, - "and there is discord hallween's giveaway": 3 } |