From 844cd6e9a30c206fb422b5d320e2341e7656752b Mon Sep 17 00:00:00 2001 From: erukim Date: Wed, 29 Jun 2022 23:08:34 +0900 Subject: [PATCH] =?UTF-8?q?0.1.9=20(=EC=98=A4=EA=B2=80=EC=97=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/checkBadLang.ts | 6 +++++- src/checkForeign.ts | 2 +- src/checkSexual.ts | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/checkBadLang.ts b/src/checkBadLang.ts index 5efec34..16f4a79 100644 --- a/src/checkBadLang.ts +++ b/src/checkBadLang.ts @@ -494,6 +494,10 @@ export function check(text: string | any): boolean { text = text.replace(/정보/gi, '') text = text.replace(/지팡이/gi, '') text = text.replace(/행보/gi, '') + text = text.replace(/생각해보지/gi, '') + text = text.replace(/생각안해보지/gi, '') + text = text.replace(/뭘해보지/gi, '') + text = text.replace(/해보지/gi, '') text = text.replace(/바보지/gi, '') text = text.replace(/인가보지/gi, '') text = text.replace(/오/gi, '') @@ -833,7 +837,7 @@ export function check(text: string | any): boolean { , 'tranny', 'tribadism', 'tub girl', 'tubgirl', 'turd', 'tush', 'tushy', 'tw4t', 'twat', 'twathead', 'twatlips', 'twats', 'twatty', 'twatwaffle' , 'two fingers', 'two fingers with tongue', 'two girls one cup', 'twunt', 'twunter', 'unclefucker', 'undies', 'undressing', 'upskirt', 'urethra play' , 'urophilia', 'v14gra', 'v1gra', 'vagina', 'vajayjay', 'va-j-j', 'venus mound', 'veqtable', 'violet wand', 'vixen', 'vjayjay', 'vorarephilia' - , 'vulva', 'wang', 'wank', 'wanker', 'wankjob', 'wanky', 'wazoo', 'wet dream', 'wetback', 'wh0re', 'wh0reface', 'whoar', 'whore', 'whorealicious' + , 'vulva', 'wang', 'wank', 'wanker', 'wankjob', 'wanky', 'wazoo', 'wet dream', 'wetback', 'wh0re', 'wh0reface', 'whore', 'whorealicious' , 'whorebag', 'whored', 'whoreface', 'whorehopper', 'whorehouse', 'whores', 'whoring', 'wigger', 'window licker', 'wrinkled starfish', 'yaoi' , 'yeasty', 'yellow showers', 'yiffy', 'yobbo', 'zibbi', 'zoophilia', 'zubb'] for (const i of foreign) { diff --git a/src/checkForeign.ts b/src/checkForeign.ts index e510c63..6b33ae9 100644 --- a/src/checkForeign.ts +++ b/src/checkForeign.ts @@ -115,7 +115,7 @@ export function foreign(text: string | any): boolean { , 'tranny', 'tribadism', 'tub girl', 'tubgirl', 'turd', 'tush', 'tushy', 'tw4t', 'twat', 'twathead', 'twatlips', 'twats', 'twatty', 'twatwaffle' , 'two fingers', 'two fingers with tongue', 'two girls one cup', 'twunt', 'twunter', 'unclefucker', 'undies', 'undressing', 'upskirt', 'urethra play' , 'urophilia', 'v14gra', 'v1gra', 'vagina', 'vajayjay', 'va-j-j', 'venus mound', 'veqtable', 'violet wand', 'vixen', 'vjayjay', 'vorarephilia' - , 'vulva', 'wang', 'wank', 'wanker', 'wankjob', 'wanky', 'wazoo', 'wet dream', 'wetback', 'wh0re', 'wh0reface', 'whoar', 'whore', 'whorealicious' + , 'vulva', 'wang', 'wank', 'wanker', 'wankjob', 'wanky', 'wazoo', 'wet dream', 'wetback', 'wh0re', 'wh0reface', 'whore', 'whorealicious' , 'whorebag', 'whored', 'whoreface', 'whorehopper', 'whorehouse', 'whores', 'whoring', 'wigger', 'window licker', 'wrinkled starfish', 'yaoi' , 'yeasty', 'yellow showers', 'yiffy', 'yobbo', 'zibbi', 'zoophilia', 'zubb'] for (const i of foreign) { diff --git a/src/checkSexual.ts b/src/checkSexual.ts index 83a53c6..8762e2d 100644 --- a/src/checkSexual.ts +++ b/src/checkSexual.ts @@ -42,6 +42,10 @@ export function sexual(text: string | any): boolean { text = text.replace(/정보/gi, '') text = text.replace(/지팡이/gi, '') text = text.replace(/행보/gi, '') + text = text.replace(/생각해보지/gi, '') + text = text.replace(/생각안해보지/gi, '') + text = text.replace(/뭘해보지/gi, '') + text = text.replace(/해보지/gi, '') text = text.replace(/바보지/gi, '') text = text.replace(/인가보지/gi, '') text = text.replace(/오/gi, '')