소스 검색

Merge branch 'master' of gitlab.com:Isleward/isleward

tags/v0.3.2
Big Bad Waffle 5 년 전
부모
커밋
fe4d763d21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/server/components/social.js

+ 1
- 1
src/server/components/social.js 파일 보기

@@ -181,7 +181,7 @@ module.exports = {
if (msg.data.ignore)
return;

if (!profanities.isClean(messageString)) {
if (!msg.data.item && !profanities.isClean(messageString)) {
this.sendMessage('Profanities detected in message. Blocked.', 'color-redA');
return;
}


불러오는 중...
취소
저장