mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
adjust slurs / banned words. TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
This commit is contained in:
parent
413626a971
commit
88d48f1e5d
2 changed files with 7 additions and 3 deletions
|
|
@ -58,6 +58,8 @@
|
|||
|
||||
|
||||
|
||||
// Some words that are slurs in English are not included here because they are valid words in other languages and so must not cause an automatic mute.
|
||||
// See the comments in bannedWords.js for details.
|
||||
|
||||
let bannedSlurs = [
|
||||
'TEST_PLACEHOLDER_SLUR_WORD_HERE',
|
||||
|
|
@ -66,13 +68,11 @@ let bannedSlurs = [
|
|||
'niggers',
|
||||
'nigga',
|
||||
'niggas',
|
||||
'fag',
|
||||
'fags',
|
||||
'faggot',
|
||||
'faggots',
|
||||
'whore',
|
||||
'whores',
|
||||
'slut',
|
||||
'sluts',
|
||||
'cunt',
|
||||
'cunts',
|
||||
|
|
@ -80,7 +80,6 @@ let bannedSlurs = [
|
|||
'spics',
|
||||
'tranny',
|
||||
'trannies',
|
||||
'tard',
|
||||
'tards',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@
|
|||
// Explanations for some blocked words:
|
||||
// 'fag' means 'subject' in some Scandinavian languages but we have decided to block it for its use as an English-language slur; hopefully the Scandinavian languages have suitable synonyms.
|
||||
// 'slut' means 'end' in Danish but is blocked for the same reason as 'fag'.
|
||||
// 'tard' means 'late' in French.
|
||||
// These words are blocked from use in the Tavern but do not appear in bannedSlurs.js because we do not want people to be automatically muted when the words are used appropriately in guilds.
|
||||
|
||||
let bannedWords = [
|
||||
'TEST_PLACEHOLDER_SWEAR_WORD_HERE',
|
||||
|
|
@ -116,6 +118,9 @@ let bannedWords = [
|
|||
'bitching',
|
||||
'b\\*tch',
|
||||
|
||||
'fag',
|
||||
'slut',
|
||||
'tard',
|
||||
'retard',
|
||||
'retards',
|
||||
'bastard',
|
||||
|
|
|
|||
Loading…
Reference in a new issue