Originally Posted By: Horstl
so, it seems, $e.port returns already an echo. change it to
Code:
on ^*:QUIT:{
 var %i = 1
 while ($comchan($nick, %i)) {
   $e.part $v1 $space(1) 15 $address($nick,5) 14 has quit4:  ( $+ $1- $+ ) $ts2
   inc %i
 }
 haltdef
}



with this it goes to status (and this would be quite a bit easier if the on quit understood the $chan identifer =/