From fef3d09f2df089aa6c0d6adbb6caa6041536bd84 Mon Sep 17 00:00:00 2001 From: Alys Date: Thu, 23 Nov 2017 17:52:22 +0000 Subject: [PATCH] remove words related to alcohol This is because they're causing problems in housework guilds (alcohol is used for cleaning) and since it's coming up to Christmas a lot of guilds are starting to have permissible conversations about drinks, rum balls, etc. We might put these back after Christmas but make specific exceptions for the housework guilds. When a more advanced word blocker is introduced, we'll be able to ban alcohol words only in the Tavern. For irony. --- website/server/libs/bannedWords.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/website/server/libs/bannedWords.js b/website/server/libs/bannedWords.js index 0aef09707e..55aa88abd3 100644 --- a/website/server/libs/bannedWords.js +++ b/website/server/libs/bannedWords.js @@ -150,20 +150,6 @@ let bannedWords = [ 'masturbating', 'masturbation', - 'alcohol', - 'beer', - 'beers', - 'champagne', - 'rum', - 'brandy', - 'whisky', - 'whiskey', - 'lager', - 'gin', - 'wine', - 'wines', - 'liquor', - 'liquors', 'heroin', 'cocaine', ];