mIRC Homepage
Hello!
I wondered if it is possible to get notified with a sound when you get a message on mIRC?

Is it possible to have diffrent sounds when you get a message in the channel chat and get PM.

I have the newest version of mIRC with NN-script.
You can use the mirc option (alt + o > sound) but it let you choose only one sound, you'll have to use a code :

Code:
on *:text:*:?:splay path\file
on *:text:*:#:splay path\file
The first line is for query message, second for channel message, replace path\file by your sounds.
What you're asking for is possible, via a script, however, there have been times when I've written scripts for people that have been using NN Script and they have said that my scripts didn't work.

Further examination has shown that my scripts did work, but something in NN Script prevented my codes from operating properly.

example code
Code:
on *:text:*:*:{
  .splay $iif($chan,channel,private) $+ .wav
}

Sry, but im a irc nooby! Where do I add those lines? Shall I make a new script.txt file?
Put it in Alt+R (Remotes)
© mIRC Discussion Forums