Skip to content

Commit

Permalink
0.1.9 (오검열 수정)
Browse files Browse the repository at this point in the history
  • Loading branch information
erukim committed Jun 29, 2022
1 parent c4b5d0b commit 844cd6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/checkBadLang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, '')
Expand Down Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/checkForeign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 4 additions & 0 deletions src/checkSexual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, '')
Expand Down

0 comments on commit 844cd6e

Please sign in to comment.