mIRC Home    About    Download    Register    News    Help

Print Thread
P
P0t
P0t
P
Hi
Anyone know how to script this?
I know i can set it up in the options but it doesnt play the sound on incoming dcc or dcc failed!Only sometimes it works.Dont know why.
So i want to script it myself.Can anyone help me with this?

Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
This script assumes the .WAV files are in the mIRC directory:

Code:
Ctcp *:dcc send:?:{ splay dccsend.wav }
On *:getfail:*:{ splay getfail.wav }
On *:sendfail:*:{ splay sendfail.wav }

For more info, read this section in the help file: /help on getfail

P
P0t
P0t
P
cool!Thats what i need
THX


Link Copied to Clipboard