Code:
on ^*:QUIT: {
  var %c = 1
  while ($comchan($nick, %c)) {
    /echo $ifmatch * QUIT: $nick ( $+ $1- $+ )
    /inc %c
  }
  /haltdef
}