Added away users to output#379
Open
voldyman wants to merge 1 commit intoshazow:masterfrom
Open
Conversation
Owner
|
Contributor
Author
|
I want /list because it makes finding who is available an O(1) operation
rather than an O(n) operation.
I use /list frequently to see who’s connected, with away I’ll have to make
N more calls before I tag someone (which doesn’t tell me if the person is
away)
It’s a feature from irccloud that I miss, irssi did it the Whois way.
(Irccloud greyed our people away people in the user list)
Feel free to close this PR if you think it doesn’t add any value.
…On Mon, Mar 15, 2021 at 8:43 AM Andrey Petrov ***@***.***> wrote:
11:34 [🍮 shazow] voldyman: still undecided if /list is worth it
11:34 [🍮 shazow] we have the away in whois and on PM
11:34 [🍮 shazow] maybe good enough?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#379 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASESY3RIWODFDNO6OHHWG3TDYTJPANCNFSM4ZGY3VJA>
.
|
Owner
|
Hmm maybe it's just me, I basically never use /list, I just look at the recent log. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up from #377
This PR adds away users to the output of
/names//list