mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2003
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Dec 2003
Posts: 18
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.

Last edited by BlackAcidDevil; 19/12/06 09:28 PM.
Joined: Oct 2003
Posts: 313
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 313
Perhaps something along the lines of:
Code:
on *:text:*:?:{ 
  if (($nick != $active) || !$appactive) { 
    splay MyNotify.wav
  }
}



Sais
Joined: Dec 2003
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Dec 2003
Posts: 18
That works perfectly. Thanks!

Joined: Dec 2003
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Dec 2003
Posts: 18
oops posted twice

Last edited by BlackAcidDevil; 20/12/06 04:06 AM.

Link Copied to Clipboard