Code:
raw 311:*:{
  if %idle { halt }
  else {
    echo -a -
    echo -a Whois On: $2 ( $+ $3 $+ @ $+ $4 $+ )
    echo -a Real Name: $6-
    halt
  }
}

alias idle {
  set %idle $true
  whois $1
}
alias whois {
  set %idle $false
  whois $1 
}


same goes with the other raws
excempt for the
raw 317 of course

Last edited by learn3r; 22/01/07 07:38 PM.

learn learn learn