mIRC Home    About    Download    Register    News    Help

Print Thread
C
Chiron
Chiron
C
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

D
Dana
Dana
D
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

H
Hammer
Hammer
H
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.

C
Chiron
Chiron
C
ROFL I feel st00pid laugh
Always thinking way too difficult confused


Link Copied to Clipboard