mIRC Home    About    Download    Register    News    Help

Print Thread
#80092 21/04/04 01:43 PM
T
thecrab
thecrab
T
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.

#80093 21/04/04 03:32 PM
Joined: Mar 2004
Posts: 342
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Mar 2004
Posts: 342
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)

#80094 21/04/04 04:29 PM
N
Nicon
Nicon
N
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

#80095 21/04/04 05:35 PM
Joined: Feb 2004
Posts: 2,013
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Feb 2004
Posts: 2,013
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

Last edited by FiberOPtics; 21/04/04 05:48 PM.
#80096 21/04/04 07:24 PM
T
thecrab
thecrab
T
thx alot mate


Link Copied to Clipboard