------------------------------------------------
;on *:text:$(* $+ $highlight($1-) $+ *):*:{
; if ($chan !== $active) {
; echo -a Highlight: $nick in $chan said: $1-
; }
; if (!$appactive) {
; gload -h voice rover.acs
; gtalk voice Highlight: $nick in $chan said: $1-
; gunload voice
; }
;}
------------------------------------------------
This is my code (don't mind it is commentedt out, that's because I've a problem with the $highlight.

The problem is: it doesn't just spam tha lines I'm highlighted in, it spams everything said in a channel to the active channel :s
Help! laugh