mIRC Home    About    Download    Register    News    Help

Print Thread
#115491 26/03/05 05:17 PM
S
Saraganis
Saraganis
S
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.

#115492 26/03/05 05:34 PM
Joined: Mar 2004
Posts: 175
R
Vogon poet
Offline
Vogon poet
R
Joined: Mar 2004
Posts: 175
Code:
on *:TEXT:*:#: {
  if ($istok($1-,$me,32)) { beep 1 0 }
}

#115493 26/03/05 11:01 PM
D
DaveC
DaveC
D
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 } }

#115494 27/03/05 12:43 AM
Joined: Feb 2004
Posts: 206
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Feb 2004
Posts: 206
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


Link Copied to Clipboard