From 6c85044c25d1c29efc00c2d8e14db6df358ef628 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 23 Sep 2021 19:47:43 -0400 Subject: organize badword and badlinks --- lib/badwords.json5 | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) (limited to 'lib/badwords.json5') 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 } -- cgit