Usage: /twhois nick1,nick2,nick3 ...

Code:
alias twhois {
  whois $gettok($1-,1,44)
  var %i = 2,%t = [color:red]5[/color]
  while ($gettok($1-,%i,44) != $null) {
    .timer 1 $calc((%i - 1) * %t) whois $v1
    inc %i
  }
}


Change the 5 to whatever you want.

~ Edit ~
Improved.

Last edited by mIRCManiac; 16/02/05 10:37 PM.