or with less spam...
on *:quit:{ var %i 1 | while ($comchan($nick,%i)) { echo $ifmatch $nick [ $wildsite ] has left IRC $1- | inc %i } }
on *:nick:{ var %i 1 | while ($comchan($nick,%i)) { echo $ifmatch $nick is now known as $newnick | inc %i } }
no # for quit/nick/dcc etc... must have a # associated with it to return #.. /help $comchan.. smirk