Originally Posted By: hixxy
That won't work because you never set %e.time


my bad

Code:

alias EnProt { 
  if ($1 == on) { %e.prot = on | %e.count = 0 }
  elseif ($1 == off) { %e.prot = off }
}

on *:KICK:#:{
  if (!%e.time) { .timer 1 5 /unset %e.det | %e.nick = %e.count | .timer 1 5 /set %e.time on }
  elseif (%e.prot == on) && (%e.count > 3) { ban -u300 $nick 3 | kick # $nick DO NOT MASSKICK EVER IN THIS CHANNEL 5MIN BAN }
}


It would of stil lworked because i did !%e.time not %e.time except it would of always been constant and never close lol


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }