On which line will i add a whois queue timer?
Because this one did not work, i got disconnected..
Quote:
on *:input:#:{
if ($1 == !whois) timer 1 10 whoc $chan
}

alias whoc {
var %who = $iif(!$1,$active,$1), %ch = $nick(%who,0) | while (%ch) { timer 1 10 whois $nick(%who,%ch) | dec %ch }
}

The purpose for this is to detect the bad channel specially the porn bots that always lurks in our channel =)

Sorry for the delay response about the aim for this code.

Last edited by sner; 01/04/07 12:08 AM.