`/whois nick` should go to currently active window
See original GitHub issueI don’t know if there was any reason behind opening a query window for the nick requested in a /whois
command, but it’s pretty cumbersome to have to change windows.
One solution would be to focus the newly created query window, but that seems like bad UX. Most clients I’ve used send WHOIS
responses to either the current window or the server console. Since the latter would still require changing windows, manually or automatically, I reject it as a possibility and propose that WHOIS
output go to the currently active window.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:13
- Comments:7 (5 by maintainers)
Top Results From Across the Web
/whois problem - mIRC Discussion Forums
In my remotes, I have on 1:JOIN:#Test:whois $nick. The whois shows up, but only in my server window and not in my active...
Read more >The Great Gatsby: Summary & Analysis Chapter 7 | CliffsNotes
Enraged by what he has just learned, Tom agrees they should go to the city. He retrieves a bottle of whiskey and the...
Read more >Frequently Asked Questions - Libera Chat
The list may appear in your network window instead of the current one. ... If not, it will show in the information you...
Read more >Highlights Options - AdiIRC
Entire message line will be colored in the matched highlight color instead of ... If enabled and the current window is not the...
Read more >WHOIS - Wikipedia
The protocol stores and delivers database content in a human-readable format. The current iteration of the WHOIS protocol was drafted by the Internet...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I still think things like that should go to a modal window. Let’s not just keep thinking in old irc terms. We are building a modern web app, we can do much better things.
A whois is generally something you use because you want to see something now. You don’t generally want to look at it later, and its not really going to happen when someone is disconnected.
On Tue, 12 Jul 2016, 04:15 dgw, notifications@github.com wrote:
Would the ideal behaviour depend on how you requested the information? Writing
/whois user
probably means you want the text output while right-click in the user list and selecting “User information” probably means you would prefer a dialog.