hack-chat / main

a minimal, distraction-free chat application

Home Page:https://hack.chat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mind adding a bad-word filter?

SundaySmarty opened this issue · comments

Some channel exists many bad words, which bothers and distracts people and it may violate the goal of hack.chat: to build a distraction-free chat application.

I'm not expert in this, but I guess it's possible to add a bad-word filter when processing text in chat.js.

This is the filter I found, and this, hope you can accept my advice. Thanks.

commented

Blocking words completely might not be ideal, but a possibly viable option would be adding optional censoring to the client.

Thanks for considering this!