mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
move a word from slurs to swears as discussed with beffymaroo and mods
This commit is contained in:
parent
bad148148c
commit
c1e7fed4d4
2 changed files with 5 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ const bannedSlurs = [
|
|||
|
||||
|
||||
|
||||
'sluts',
|
||||
'spics',
|
||||
'tranny',
|
||||
'trannies',
|
||||
|
|
|
|||
|
|
@ -69,6 +69,10 @@
|
|||
// 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.
|
||||
// As of 2020-02-26, 'sluts' is also here rather than in bannedSlurs.js because
|
||||
// "Expanded Party: Polyamorous Adventurers" guild (17bb8393-2d74-42de-8dcb-315a5f596636)
|
||||
// wants to discuss https://en.wikipedia.org/wiki/The_Ethical_Slut (a book) and
|
||||
// we've decided to allow that.
|
||||
|
||||
|
||||
// DO NOT EDIT! See the comments at the top of this file.
|
||||
|
|
@ -147,6 +151,7 @@ const bannedWords = [
|
|||
|
||||
'fag',
|
||||
'slut',
|
||||
'sluts',
|
||||
'retard',
|
||||
'retards',
|
||||
'bastard',
|
||||
|
|
|
|||
Loading…
Reference in a new issue