mIRC Homepage
Posted By: The_JD Sounds on mIRC 6.31 Broken - 04/11/07 01:26 AM
I dont know if it's been like this for a while... or if it's just me.

I've added sounds to the Sounds dialog. eg. the JOIN event should play ChatJoin.wav, it does, but only when I join... is this a bug or a 'feature'? I don't recall it being like this before but could be wrong.

Can someone please notify me if it works fine for them as well.

Im using IE7/WMP11/XPSP2

Thanks,
JD.
Posted By: Sephiroth_ Re: Sounds on mIRC 6.31 Broken - 04/11/07 02:31 AM
It works as it should, if you want it for everyone which could be annoying after a netsplit use a script like on *:join:#:{ splay "<file>" }
Posted By: The_JD Re: Sounds on mIRC 6.31 Broken - 04/11/07 02:36 AM
hmm, i thought it would be for all... anywayz thanks.
Posted By: Riamus2 Re: Sounds on mIRC 6.31 Broken - 04/11/07 11:07 AM
It *does* work for all. The example shown will trigger it for all joins. As far as netsplits go, I'd use a standard flood protection script to only let it trigger once every 5-10 seconds or so.

Code:
on *:join:#: {
  if (%join.fld) { return }
  set -u10 %join.fld On
  .splay filename
}
Posted By: starbucks_mafia Re: Sounds on mIRC 6.31 Broken - 04/11/07 02:46 PM
The scripted event works for all. The OP is talking about the join event in the Sounds section of the Options dialog, which is just for yourself.
Posted By: Riamus2 Re: Sounds on mIRC 6.31 Broken - 04/11/07 09:05 PM
Ah, missed that.
© mIRC Discussion Forums