From 5a08d7aee6be5128ee31445baeea2791ebea6214 Mon Sep 17 00:00:00 2001 From: Yehorii <159281281+Rotelanin@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:55:12 +0000 Subject: [PATCH 1/4] forgor futaba is a name and added one thingu to filter --- src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 44b45381..434d359f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -47,6 +47,7 @@ export const bannedWords: { ["co"+"ck", "cockroach", "poppycock", "cocktail"], "suck dick", "sucking dick", "iamasussyimposter", ["cu"+"nt", "scunthorpe"], + "vagina", ["penis", "peniston"], "hawk tuah", @@ -55,7 +56,7 @@ export const bannedWords: { /\bf(a)g\b/, "fa"+"gg"+"ot", /\bc(u)m\b/, ["semen", "sement", "horsemen", "housemen", "defensemen", "those", "menders"], ["porn", "maporn"], - "futa"+"nari", "futa", + "futa"+"nari", /\futa\b/, "ur gay", "your gay", "youre gay", "you're gay", "gooning", "gooner", "dildo", "loli", /\banal\b/, "cunny" ]), From c0abc7fa586234f83a3eb52cfd8de8519d12169d Mon Sep 17 00:00:00 2001 From: Yehorii <159281281+Rotelanin@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:56:51 +0000 Subject: [PATCH 2/4] undo --- src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 434d359f..ee76482c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -47,7 +47,6 @@ export const bannedWords: { ["co"+"ck", "cockroach", "poppycock", "cocktail"], "suck dick", "sucking dick", "iamasussyimposter", ["cu"+"nt", "scunthorpe"], - "vagina", ["penis", "peniston"], "hawk tuah", From 075225607131b179d724fc94ee0840f9233556b0 Mon Sep 17 00:00:00 2001 From: Yehorii <159281281+Rotelanin@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:58:29 +0000 Subject: [PATCH 3/4] forgot b --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index ee76482c..7baf0660 100644 --- a/src/config.ts +++ b/src/config.ts @@ -55,7 +55,7 @@ export const bannedWords: { /\bf(a)g\b/, "fa"+"gg"+"ot", /\bc(u)m\b/, ["semen", "sement", "horsemen", "housemen", "defensemen", "those", "menders"], ["porn", "maporn"], - "futa"+"nari", /\futa\b/, + "futa"+"nari", /\bfuta\b/, "ur gay", "your gay", "youre gay", "you're gay", "gooning", "gooner", "dildo", "loli", /\banal\b/, "cunny" ]), From a0b015227786df38477b9ee2586369fc74e6e614 Mon Sep 17 00:00:00 2001 From: Yehorii <159281281+Rotelanin@users.noreply.github.com> Date: Thu, 9 Jul 2026 02:10:30 +0000 Subject: [PATCH 4/4] Update config.ts --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 7baf0660..19d38eb5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -65,7 +65,7 @@ export const bannedWords: { ]), /** Names: banned only in names. */ names: processBannedWordList([ - "sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]", "卐", "diddy", "epstein", + "sex", /\bgoldberg\b/, "hitler", "stalin", "putin", "lenin", /^something$/, "[something]", "[[something]", "卐", "diddy", "epstein", "nazi", uuidPattern, ipPattern, ipPortPattern ]), /** autoWhack: new players saying one of these words will be automatically stopped and muted. Comes with \b so no need to add it. */