eternagame / HTML-Chat

HTML5 implementation of chat to replace the legacy Flash-based implementation
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Ability for a player to (persistently) mute one or more others #54

Open Omei opened 7 years ago

Omei commented 7 years ago

I searched for "mute" in the issues but didn't find anything.

Although we haven't had any troubles recently that I am aware if, in the past there have been problems between players. Some of these involved spamming newbies and some were personality issues between experienced players. One of those experienced players dropped out of chat completely. But we have been having a conversation about that, and that player is willing to "come back home" if they have the ability to protect themself from perceived harassment.

luxaritas commented 7 years ago

This is definitely an important issue! I believe we do have the appropriate mechanisms already in place:

Are there any further concerns?

Omei commented 7 years ago

How long does the /ignore persist?

luxaritas commented 7 years ago

Forever, unless you use /unignore... Or clear your browser cache (localStorage specifically) or switch to a different browser. Good catch. #24 would resolve that, maybe revisit?