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

Implement quiet and invite lists #2827

Open
xPaw opened this issue Oct 5, 2018 · 3 comments
Open

Implement quiet and invite lists #2827

xPaw opened this issue Oct 5, 2018 · 3 comments
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.

Comments

@xPaw
Copy link
Member

xPaw commented Oct 5, 2018

Carbon copy banlist basically.

Ban List "+b": Ban lists are returned with zero or more RPL_BANLIST numerics, followed by one RPL_ENDOFBANLIST numeric.

Exception List "+e": Exception lists are returned with zero or more RPL_EXCEPTLIST numerics, followed by one RPL_ENDOFEXCEPTLIST numeric.

Invite-Exception List "+I": Invite-exception lists are returned with zero or more RPL_INVITELIST numerics, followed by one RPL_ENDOFINVITELIST numeric.

Looks like +q is not standartised.

@xPaw xPaw added this to the 3.1.0 milestone Oct 5, 2018
@xPaw xPaw added the Type: Feature Tickets that describe a desired feature or PRs that add them to the project. label Dec 22, 2018
@cactushydrocodone
Copy link

cactushydrocodone commented Apr 14, 2019

I ran into this problem today. I couldnt look at my Invite List (+I) with /mode #channel +I.
It took a while till i realized that it might be a client problem.
So i switched temporary to hexchat and voila, it worked.

So:
/mode #channel b works
/mode #channel q works, but the feedback is given via the server
/mode #channel +I does NOT work.

But at the moment, /mode #channel +I in TheLounge gives no output, no feedback, no answer. Nothing. Bit hard to debug.

@xPaw
Copy link
Member Author

xPaw commented Apr 15, 2019

Invite list is now implemented: #3176

@Mikaela
Copy link
Contributor

Mikaela commented Jan 16, 2020

As per #3701, IRCnet's +R (channel reop list) is also not handled or visible at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
Development

No branches or pull requests

3 participants