Skip to content

Commit 5b27adc

Browse files
authored
Merge pull request #98 from Peanutzy1/master
Added more Banned words inside the banned words list (nazi words)
2 parents cf809a0 + f76fd4e commit 5b27adc

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
@@ -42,7 +42,7 @@ export const bannedWords: {
4242
"nig"+"ger", "nig"+"ga", "niger", "ni8"+"8er", "nig"+"gre", //our apologies to citizens of the Republic of Niger
4343
"re"+"tard",
4444
'kill yourself', 'kill urself', /\bkys\b/,
45-
"kill blacks", "heil hitler", "heil nazis", "heil the nazis", "sieg heil",
45+
"kill blacks", "heil hitler", "heil nazis", "heil the nazis", "sieg heil", "hail hitler", "hail nazis", "hail the nazis", "sieg hail", //nazi-related words
4646
["co"+"ck", "cockroach", "poppycock"],
4747
"iamasussyimposter",
4848
["cu"+"nt", "scunthorpe"],

0 commit comments

Comments
 (0)