I use this script toghether with highlights to get the nick to get another colour.

I dont want the whole line to get coloured, just the nick.

(Jun 19 19:14:30) <Deep3D> test

Code:
 on ^*:text:*:#: {
  if ($me isin $1-) { echo -lt $chan < $+ 5 $+ $nick $+  $+ > $1- | haltdef }
  if ($ip isin $1-) { echo -lt $chan < $+ 5 $+ $nick $+  $+ > $1- | haltdef }
  else return
}




Like in the photo:
If i use match on: message it works.
But if i use match on: nickname it dosent.

But it has allways worked before, so I dont get this at all.

Last edited by Deep3D; 19/06/08 05:17 PM.