-
Notifications
You must be signed in to change notification settings - Fork 61
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
[wishlist] Differentiate between public and private channels #488
Comments
From the RFC:
|
I'm not sure if MatterMost allows for channels starting with a #, in any case we could also use & instead to avoid any confusion with a real public channel starting with a #. |
Ah I see, I'm using hexchat and that one doesn't display modes sadly. Maybe that's something worth revisiting though, for more visibility and for folks using hexchat or similar clients ? Freenode used to use ## for non official channels, and I think some networks use & for private ones. |
https://hexchat.readthedocs.io/en/latest/settings.html has an option to show it. & is already used for special channels It should be the responsibility of the irc client to implement it correctly. |
I see, well I'll need to report a bug to hexchat then as it displays an empty () where I'm guessing channel modes should appear :) As an IRC user from long ago, I understand your point of view on this, but then Mattermost client (desktop and web) is clearly displaying a lock icon in front of private channels, and I thought it would be best to reflect that on IRC, as there are ways to do it. Mattermost does not allow channels to start with a # (at least not in their channel handle), and if you create a channel like Could you reconsider your stance on this and allow private channels to be displayed as |
Having more thought on this, I think this creates a bit of confusion though. A user joining a channel would need to guess if it's public or private, so Maybe the IRC client of choice could be made to show private channels differently with the I started a quick patch to play around but aborted due to the reasoning above. You're free to run with it:
You'll then need to also update various other places such as |
See also #235 |
Nope, not sold on the |
Hi!
I'm not sure if that's for matteircd to handle, but would there be a way to differentiate between public and private channels ?
For example private ones could be prefixed with ## or something similar ?
Thank you!
The text was updated successfully, but these errors were encountered: