mIRC Homepage
Posted By: wassit Play a sound when certain people msg me - 23/03/04 12:46 AM
I am trying to figure out how to get my mirc to play a sound when certain people msg me. I do a lot of programming and keep mirc minimized when I do. I would like to play a sound when certain friends msg me so I can address them immediately. Any help is appreciated.

Thanks
what type of message?? You could try something like:

on *:open:*: {
if ($nick == who-ever) { /splay sound.wav }
}
on *:text:*:?: {
if ($nick == who-ever) { /splay sound.wav }
}
on *:notice:*:?: {
if ($nick == who-ever) { /splay sound.wav }
}


See if that works and read up on the help file with it for more info smile
© mIRC Discussion Forums