mIRC Homepage
Hi,

I have searched on here and can't find an answer to my exact question. One was close but it was also very confusing. smile

I would like to highlight certain text in a certain channel. Make it flash and beep, if possible. A notice to me would be good, as well. Is there any place I can find a script that might do that or is anyone good with that stuff that can help?

Thanks in advance!

Jenny smile
Code:
on *:text:$(* $+ $highlight($1-) $+ *):#: {
  if ($chan !== $active) { 
    notice $me $nick said $1- in $chan
  } 
}
Thanks smile
You're very welcome Jenny, glad I could help. smile
© mIRC Discussion Forums