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

Support per-channel NAMES and WHO #5

Open
ToxicFrog opened this issue Aug 20, 2016 · 0 comments
Open

Support per-channel NAMES and WHO #5

ToxicFrog opened this issue Aug 20, 2016 · 0 comments

Comments

@ToxicFrog
Copy link
Owner

At the moment, trying to get a userlist for a channel just returns the userlist for the lounge. Ideally, we'd return the actual userlist using @statc, which returns something like:

#path/to/channel: <topic>
Created: <datetime> Last message: <datetime>
Users: <space-separated list of users>
Also: <space-separated list of idle users, each one enclosed with ()>
<more idle users, without the Also: prefix, repeated as many times as needed>
There are (no|<count>) new messages on #path/to/channel.

which means in practice we need to recognize the start of the reply, record the channel we're getting info from, and then split each user line and return each user as a 352 or 353.

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

1 participant