mIRC Homepage
Posted By: thecrab Quick question for Mirc! - 21/04/04 01:43 PM
Hey peeps got a quick question im hoping u can answer... i got Mirc configured so that it i in the systemtray... however i was wondering if it was possible it gave me an alert everytime my name was typed.. so e.g. when some one asked for me by typin my name i would know about it.. thx in advance.
Posted By: HorseC Re: Quick question for Mirc! - 21/04/04 03:32 PM
well, going to irc highlighting and adding your own nickname will make it easier to spot messages to just you. but im not sure this will totally satisfy your request (in fact im fairly sure it will not)
Posted By: Nicon Re: Quick question for Mirc! - 21/04/04 04:29 PM
im know expert so im sure some 1 else will give you a much better way but you could use

on ^*:Text:name:*: { splay alert.wav }

sure there is alot better way
Posted By: FiberOPtics Re: Quick question for Mirc! - 21/04/04 05:35 PM
Hi,

you can put the following into your remotes (alt+r):
Code:

on *:TEXT:*:*: if $+(*,$me,*) iswm $strip($1-) { splay alert.wav }
Then simply put a sound file in your mirc folder.
(If you use another file, like e.g. ring.mp3, then you obviously have to change the code to { splay ring.mp3 }


However, there is a built-in function for this in Mirc.

Go to Tools -> Options -> Highlight. Once there, enable 'Highlighting', and click on 'Add'.
Then simply put in the following: $me
and click on the button 'Play Sound', where u can choose a sound/song to be played everytime that your name is mentioned somewhere.

I would definitely go with the built in Mirc function.

Greetz
Posted By: thecrab Re: Quick question for Mirc! - 21/04/04 07:24 PM
thx alot mate
© mIRC Discussion Forums