big EDIT grin
Code:
ON *:OPEN:?:{
  .whois $nick | .enable #whois
}

#whois on
raw *:* {
  if ($numeric == 311) {
    .echo $active 0,4Nick: $+(*!*,$3,@,$4)
  }
  if ($numeric == 319) {
    .echo $active 0,4 canales: $3-
  }
}
#whois END


raw 319 won't work if no channels so we use raw 311

This should work!


Another way: Open mIRC Options, click on IRC, and tick the Whois on query checkbox.

Last edited by Crinul; 30/11/07 10:15 PM.