Make a custom script instead of using options.

Code:
on *:START:{ window -a @Highlights }

on *:TEXT:*:#:{
  if ($regex($1-,/\b $+ $me $+ \b/gi)) {
    echo @Highlights # -- $nick -- $time -- $1- 
    beep 3 1000
  }
}


I made this for my highlights. You just need to add an IF statement that checks if the highlight is from that specific chan

Last edited by Sakana; 21/07/15 06:22 AM.