mIRC Homepage
Hello,
I have been able to get a sound to play when someone queries me using the sounds options in mirc to select a wav file and it only plays when the windows 1st opens. Is it possible that I can have another sound play whenever I receive text in that query window instead of it just flashing when I dont have that window selected? A lot times I may be in a channel and not watching for it to flash or I may be doing something else like browsing the internet. Thanks.
Posted By: Sais Re: Sounds on text receive in query window. - 19/12/06 10:06 PM
Perhaps something along the lines of:
Code:
on *:text:*:?:{ 
  if (($nick != $active) || !$appactive) { 
    splay MyNotify.wav
  }
}

That works perfectly. Thanks!
oops posted twice
© mIRC Discussion Forums