Skip to content

Commit 2a5a04a

Browse files
authored
Merge pull request #86 from Fish-Community/spentcud-patch-1
add swatzika to banned name list
2 parents 5a17de4 + 2659f64 commit 2a5a04a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/scripts/config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const bannedWords: {
6161
]),
6262
/** Names: banned only in names. */
6363
names: processBannedWordList([
64-
"sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]",
64+
"sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]", "卐",
6565
uuidPattern, ipPattern, ipPortPattern
6666
]),
6767
/** autoWhack: new players saying one of these words will be automatically stopped and muted. */

0 commit comments

Comments
 (0)