hi, okay i said that i made host.domain scanner on /who *.com
command, BUT when all users come out on @ window i have there popups like WHOIS, QUERY,
well for whois code is this:

menu @Host {
dclick {
Whois:if ($sline(@HostScan,1).ln != 1) { /whois $gettok($line(@HostScan,$sline(@HostScan,1).ln).text,4,32) }
}

but as there is /whois name name command for detailed info
how can i add that whois on thath window as popup and whatz the code?