Feature #173
whois output in current channel
Status: | New | Start: | 04/13/2009 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Engine IRC | |||
Target version: | - | |||
Complexity: | Low |
|||
Votes: | 0 |
Description
Would be nice to have the output of whois/etc. in the current channel, so one doesnt have to switch to the corresponding server tab.
History
Updated by Mirco Bauer 5690 days ago
- Category set to Engine IRC
- Assigned to set to Mirco Bauer
This one is a bit tricky due the way the IRC protocol works, but should be managable using a blocking whois implementation.
Updated by - - 5596 days ago
This doesn't need a blocking whois implementation. Just keep track of the current open window, and add the whois result there when it arrives.
Updated by Mirco Bauer 5434 days ago
- Complexity set to Low
Actually this one is simple as if the user is on the channel then the channel-sync feature can be used to retrieve and show the whois data instead of querying the IRCd.