diff --git a/build/scripts/config.js b/build/scripts/config.js index 0898053..0d14be5 100644 --- a/build/scripts/config.js +++ b/build/scripts/config.js @@ -70,6 +70,7 @@ exports.bannedWords = { /\bc(u)m\b/, ["semen", "sement", "horsemen", "housemen", "defensemen", "those", "menders"], ["porn", "maporn"], "ur gay", "your gay", "youre gay", "you're gay", + "gooning", "gooner", "loli", "anal", "cunny" ]), /** Strict: banned in names and for players with a chat strictness level of 'strict'. */ strict: processBannedWordList([ diff --git a/src/config.ts b/src/config.ts index c94c213..6ecb990 100644 --- a/src/config.ts +++ b/src/config.ts @@ -54,6 +54,7 @@ export const bannedWords: { /\bc(u)m\b/, ["semen", "sement", "horsemen", "housemen", "defensemen", "those", "menders"], ["porn", "maporn"], "ur gay", "your gay", "youre gay", "you're gay", + "gooning", "gooner", "loli", "anal", "cunny" ]), /** Strict: banned in names and for players with a chat strictness level of 'strict'. */ strict: processBannedWordList([