mIRC Home    About    Download    Register    News    Help

Print Thread
#115491 26/03/05 05:17 PM
Joined: Mar 2005
Posts: 4
S
Self-satisified door
OP Offline
Self-satisified door
S
Joined: Mar 2005
Posts: 4
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
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
Code:
on *:TEXT:*:#: {
  if ($istok($1-,$me,32)) { beep 1 0 }
}


- Relinsquish
#115493 26/03/05 11:01 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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


Darwin_Koala

Junior Brat, In-no-cent(r)(tm) and original source of DK-itis!

Link Copied to Clipboard