diff --git a/build/scripts/config.js b/build/scripts/config.js index b23c05ae..6b8b165e 100644 --- a/build/scripts/config.js +++ b/build/scripts/config.js @@ -77,7 +77,7 @@ exports.bannedWords = { ]), /** Names: banned only in names. */ names: processBannedWordList([ - "sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]", + "sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]", "卐", globals_1.uuidPattern, globals_1.ipPattern, globals_1.ipPortPattern ]), /** autoWhack: new players saying one of these words will be automatically stopped and muted. */ diff --git a/src/config.ts b/src/config.ts index 89bb451e..014299ea 100644 --- a/src/config.ts +++ b/src/config.ts @@ -61,7 +61,7 @@ export const bannedWords: { ]), /** Names: banned only in names. */ names: processBannedWordList([ - "sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]", + "sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]", "卐", uuidPattern, ipPattern, ipPortPattern ]), /** autoWhack: new players saying one of these words will be automatically stopped and muted. */