mIRC Homepage
Is there any way to order a script to request a file from an xdcc bot only after a 1st preffered request has failed/completed?

I only have 56k so I can only have 1 d/l at a time but if that d/l fails or completes I want a my script to then msg another bot.

heres what I have in my script:
On *:notify: if $nick == <xdcc bot> { msg $nick xdcc send #8 } | elseif $nick == <xdcc bot> { msg $nick xdcc send #4 } | else $nick == <xdcc bot> { msg $nick xdcc send #2 }

as it satnds my script will message these bots only if they come online and if I cancel the request due to a d/l already in progress then it doesent msg the bots again.

Please help?

There's always a way. The question is if you should. Filesharing channels don't generally allow automated download scripts. Use at your own risk:
Read up on the on FILERCVD and on GETFAIL events...
© mIRC Discussion Forums