Skip to content

Commit

Permalink
add swear word - TRIGGER / CONTENT WARNING: assault, slurs, swearword…
Browse files Browse the repository at this point in the history
…s, etc

This adds "pewdiepie" to the list of banned words because
"subscribe to pewdiepie" is semi-common spam in the Tavern,
and because there is sometimes hate speech in the YouTube
channel and in some material posted by pewdiepie's fans.
  • Loading branch information
Alys committed Apr 3, 2019
1 parent a0f42b0 commit f09b65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/server/libs/bannedWords.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ let bannedWords = [

'heroin',
'cocaine',

'pewdiepie',
];

module.exports = bannedWords;

0 comments on commit f09b65e

Please sign in to comment.