diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-23 20:00:23 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-23 20:00:23 -0400 |
commit | 4ad90b19851a0853287c45d326a28be535b1607f (patch) | |
tree | c54e495448b68ee292d1b32f8109f19383502d37 /lib/badwords.json5 | |
parent | 6c85044c25d1c29efc00c2d8e14db6df358ef628 (diff) | |
download | tanzanite-4ad90b19851a0853287c45d326a28be535b1607f.tar.gz tanzanite-4ad90b19851a0853287c45d326a28be535b1607f.tar.bz2 tanzanite-4ad90b19851a0853287c45d326a28be535b1607f.zip |
more filter formatting
Diffstat (limited to 'lib/badwords.json5')
-rw-r--r-- | lib/badwords.json5 | 56 |
1 files changed, 27 insertions, 29 deletions
diff --git a/lib/badwords.json5 b/lib/badwords.json5 index 8c8d57e..b94823a 100644 --- a/lib/badwords.json5 +++ b/lib/badwords.json5 @@ -6,46 +6,44 @@ */ { /* Slurs */ - 'nigger': 3, - 'nigga': 3, - 'retard': 2, - 'retarted': 2, - 'faggot': 2, - 'slut': 1, - 'whore': 1, - '卍': 3, - 'tar baby': 2, - 'nigra': 3, + "faggot": 2, + "nigga": 3, + "nigger": 3, + "nigra": 3, + "retard": 2, + "retarted": 2, + "slut": 1, + "tar baby": 2, + "whore": 1, + "卍": 3, /* Steam Scams */ - 'hello i am leaving cs:go': 3, + 'Я в тильте, в кс дали статус "Ненадежный"': 1, // I'm on tilt, in the cop they gave the status "Unreliable" + "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 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, + "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" + "i quit csgo": 3, + "the first three who send a trade": 3, + "you can choose any skin for yourself": 3, /* Nitro Scams */ "and there is discord hallween's giveaway": 3, - 'discord nitro for free - steam store': 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, - 'Лол, бесплатный дискорд нитро на 1 месяц!': 3, // Lol, 1 month free discord nitro! + "discord nitro for free - steam store": 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, + "Лол, бесплатный дискорд нитро на 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 + "found a cool software that improves the": 3 // 'tm5LcYN': 3, // '5gwLaOZ.png': 3, |