Quote:
ok, shy of banning the address, how can you stop the text when the person quits (before a ban is set)

on ^*:Quit:{
echo 3 -a *** $nick just Quit
haltdef
}

maybe


echo 3 -a will echo the message only to active channel.
Maybe that person is even not in this channel.

Code:
on ^*:QUIT:{
  var %i = 1
  while ($comchan($nick, %i)) {
    echo $color(Quit text) -bfrt $v1 *** Quit) $nick ( Quit )
    inc %i
  }
  haltdef
}


Maybe


echo -a $signature