From c1e7fed4d4dbefd3e97b4c83b4dbe6970d6722d2 Mon Sep 17 00:00:00 2001 From: Alys Date: Wed, 26 Feb 2020 07:44:36 +1000 Subject: [PATCH] move a word from slurs to swears as discussed with beffymaroo and mods --- website/server/libs/bannedSlurs.js | 1 - website/server/libs/bannedWords.js | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/server/libs/bannedSlurs.js b/website/server/libs/bannedSlurs.js index 7c5f4fc9ca..48f3a9aae9 100644 --- a/website/server/libs/bannedSlurs.js +++ b/website/server/libs/bannedSlurs.js @@ -95,7 +95,6 @@ const bannedSlurs = [ - 'sluts', 'spics', 'tranny', 'trannies', diff --git a/website/server/libs/bannedWords.js b/website/server/libs/bannedWords.js index 620b955c1f..b1dd2f3653 100644 --- a/website/server/libs/bannedWords.js +++ b/website/server/libs/bannedWords.js @@ -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',