Skip to content

Commit

Permalink
추가검열
Browse files Browse the repository at this point in the history
  • Loading branch information
erukim authored Aug 30, 2022
1 parent d72aeba commit 2019ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkGeneral.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export function general(text: string | any): boolean {
}
}
text = newtext.replace(/[^가-힣]/gi, '')
const dick2 = ["좆", "촟", "조까", "좈", "쫒", "졷", "좃", "좋같", "좃같", "좃물", "좃밥", "줫", "좋밥", "좋물", "좇"]
const dick2 = ["좆", "촟", "조까", "좈", "쫒", "졷", "좃", "좋같", "좃같", "좃물", "좃밥", "줫", "좋밥", "좋물", "좇", "丕 刀卜己卜人丨廿卜己卜口卜"]
for (const i of dick2) {
if (text.includes(i)) {
return true;
Expand Down

0 comments on commit 2019ed2

Please sign in to comment.