Jethro commented on a Page, !whois script  -  Oct 17, 2011

Pan, use this one here:

on *:text:$($iif(!whois* iswm $strip($1),$1)):#:{
  var %2 = $strip($2)
  if ($nick isreg #) {
    msg # Sorry $nick $+ , you cannot use this command.
  }
  elseif (!%2) {
    msg # Syntax is !whois <nick to whois>.
  }
  else {
    set %WhoisResult #
    whois %2
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.