Tools -> Script Editor -> Popups Tab -> View -> Nick list

Change:
Code:
Info:/uwho $1
Whois:/whois $$1

Into:
Code:
Info:/uwho $1 $1
Whois:/whois $$1 $$1



Tools -> Options -> Mouse ->


Change:
Code:
/whois $$1

Into:
Code:
/whois $$1 $$1



This will allow you to get the idle time of people on different servers within the network (pending the IRCd or some usermode is not hiding it).

Last edited by KindOne; 11/11/12 03:47 AM. Reason: Added Mouse...