-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a "Mute Chat" button #306
Comments
@jonjamcam , personally I never had problems with trolls in ninjam. But we known very well the ninjam troll legends :) And we have another cases every time related in ninbot forum. Sometime ago I have a similar idea to block the "troll" messages in chat. In general I think this is a "sad feature", but I have to admit this will be usefull for many ninjamers. I think we can discuss this feature. Spend time discussing "trolling" It's not my preffered topic, but it's necessary :( About implementation details: we need block the user/troll using the USER IP. But a "true troll" knows about proxies, and we are blind again if the IP is different. It's impossible block a smart troll :) |
@jonjamcam
e.g. if long loud noise was detected as troll action,
How to Identify the troll user? use IP address for identify has rare issue, I can understand the case you may assume, someone who muted(or uncheck recv) |
true. @elieserdejesus I'm glad you didn't have to go through this :D. So in my experience a troll is not someone who plays a super distorted guitar during a jazz jam. That's more muisc experimentation and in that case if you don't like it you have the mute button. For me a troll is someone who is constantly chatting(or speaking) thing diverting attention to fights, insults, etc. It's funny but from what I've experienece a chat troll is a lot worse than a audio troll because the chat is needed for commenting and it's very important. If you see insults there your attention is diverted. So I think a "chat mute" option could be enough to start. I suppose it's not that hard to code. We could test on future releases and see the feedback. |
+1 for "chat mute". It's not difficult to implement. |
I'm thinking about a simple and fast troll block button. The idea is that when a troll is detected in a room (chat only or chat/track) we can make him vanish locally (from our client only) so his audio/chat doesn't bother us anymore .The problem with trolls is that they tend to tarnish the mood and break concentration and focus, so my approach is to have 2 levels of banning.
1.- light: The chat is put on dark color and the channel is grayed out and muted for the ongoing session only.
2.- full : the chat/track is not shown for this individual anymore (including future sessios) until the user unbans him willingly (i.e. opening a menu, or something).
Before I go on I want to ask you @elieserdejesus and @teamikl if you think this is an important topic to adress in the Jamtaba implementation or not?
The text was updated successfully, but these errors were encountered: