mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2005
Posts: 2
J
JenRar Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: Jan 2005
Posts: 2
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

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
on *:text:$(* $+ $highlight($1-) $+ *):#: {
  if ($chan !== $active) { 
    notice $me $nick said $1- in $chan
  } 
}

Joined: Jan 2005
Posts: 2
J
JenRar Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: Jan 2005
Posts: 2
Thanks smile

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You're very welcome Jenny, glad I could help. smile


Link Copied to Clipboard