mIRC Home    About    Download    Register    News    Help

Print Thread
#189105 04/11/07 01:26 AM
Joined: Mar 2006
Posts: 395
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 395
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.


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Oct 2003
Posts: 214
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 214
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>" }


one step closer to world domination
Joined: Mar 2006
Posts: 395
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 395
hmm, i thought it would be for all... anywayz thanks.


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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
}


Invision Support
#Invision on irc.irchighway.net
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
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.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Ah, missed that.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard