Used to color the nicknames of the channel?
Code:
on *:INPUT:#: {
  if ($left($1,1) != /) { 
    .msg $active $regsubex($1-, /( $nick )/gi, $chr(3) $+ 4\1$chr(15))
  }
}

Last edited by kwell; 21/08/10 01:36 PM.