The Computer Oracle

View a nick's idle time in /whois info on irssi

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Cosmic Puzzle

--

Chapters
00:00 View A Nick'S Idle Time In /Whois Info On Irssi
00:20 Accepted Answer Score 15
01:09 Thank you

--

Full question
https://superuser.com/questions/272023/v...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#irc #irssi

#avk47



ACCEPTED ANSWER

Score 15


This depends on the IRC server. Normally, the WHOIS query would be processed by the server you are on. But on IRC, servers only know idle time and away status for directly connected users. (This is to avoid a lot of unnecessary traffic between servers.)

To see idle time, put the nickname twice, like this:

/whois foo foo

This is aliased to /WII by default:

/wii foo

It is also in the builtin help:

/help whois

This will cause the query to be forwarded to the target user's server, which knows the idle time.

Note that on some networks, cross-server WHOIS queries can be heavily throttled (example: freenode).