mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 2
C
Chiron Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
C
Joined: Dec 2002
Posts: 2
Is it possible to create a script, which would answer to queries by itself, so mirc wouldn't wait for user's answer to a query? An example:
If DCC Get gets disconnected and the other guy resends it in order to resume, mIRC prompts the user if the user wants to resume, rename or overwrite the older file. I'm thinking of a script that would answer resume to all those questions, is it possible, and if it is, how?

Thanks for your co-operation smile

Joined: Dec 2002
Posts: 144
D
Vogon poet
Offline
Vogon poet
D
Joined: Dec 2002
Posts: 144
If you go into the DCC OPTIONS of mIRC, you'll see that this option is already built-in. You can chose to automatically resume all files.

Dana


"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
You could catch the DCC Send request and halt it, thus preventing mIRC's dialog from appearing, saving the information in that ctcp. Then you could .ctcpreply that you wanted to resume. You'd have to figure out the DCC Resume protocol and be able to correctly format the DCC Resume ctcpreply yourself.


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Dec 2002
Posts: 2
C
Chiron Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
C
Joined: Dec 2002
Posts: 2
ROFL I feel st00pid laugh
Always thinking way too difficult confused


Link Copied to Clipboard