mIRC Homepage
Posted By: Saraganis Script help - 26/03/05 05:17 PM
Does anyone know how I can make a alert when someone says my name in the channel I want it to play a wav or beeps when my nick is typed.
Posted By: Relinsquish Re: Script help - 26/03/05 05:34 PM
Code:
on *:TEXT:*:#: {
  if ($istok($1-,$me,32)) { beep 1 0 }
}
Posted By: DaveC Re: Script help - 26/03/05 11:01 PM
You might also want to strip colors etc out the text and see your name in the middle of other text such as "hey look $me's here!" or "$me!!!!!!!!!!!!!!!!!! how are ya?"

on *:TEXT:*:#: { if ($me isin $strip($1-)) { beep 1 0 } }
Posted By: Darwin_Koala Re: Script help - 27/03/05 12:43 AM
Quote:
Does anyone know how I can make a alert when someone says my name in the channel I want it to play a wav or beeps when my nick is typed.


Does (Options -> IRC -> Highlight) achieve what you want? There you can colour, beep and flash as you desire.

Cheers,

DK
© mIRC Discussion Forums