mIRC Home    About    Download    Register    News    Help

Print Thread
#80092 21/04/04 01:43 PM
Joined: Apr 2004
Posts: 2
T
thecrab Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
T
Joined: Apr 2004
Posts: 2
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: 526
Fjord artisan
Offline
Fjord artisan
Joined: Mar 2004
Posts: 526
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)


Help others! It makes the world a better place, Makes you feel good, and makes you Healthy!
#80094 21/04/04 04:29 PM
Joined: Nov 2003
Posts: 30
N
Ameglian cow
Offline
Ameglian cow
N
Joined: Nov 2003
Posts: 30
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,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
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.

Gone.
#80096 21/04/04 07:24 PM
Joined: Apr 2004
Posts: 2
T
thecrab Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
T
Joined: Apr 2004
Posts: 2
thx alot mate


Link Copied to Clipboard