Skip to content
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

unprivileged users in +u channels should see themselves in RPL_NAMREPLY #2134

Open
slingamn opened this issue Feb 26, 2024 · 3 comments
Open
Milestone

Comments

@slingamn
Copy link
Member

Reported by knolle

@slingamn slingamn added this to the v2.14 milestone Feb 26, 2024
@slingamn
Copy link
Member Author

This is easy to change, just have to add && target != client to this condition:

if respectAuditorium && memberData.modes.HighestChannelUserMode() == modes.Mode(0) {

but I'm not sure I actually want to do it, since the anomalous nature of the nick list is an effective hint to the user that they're in an auditorium.

@knolley
Copy link

knolley commented Feb 27, 2024

counter point: it can't be a hint to the user that they're in something if they're not actually shown to be in it

@slingamn
Copy link
Member Author

They know that they're in it because they get the JOIN line, which generally results in the client opening a window / buffer / "query" for the channel :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants