mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2003
Posts: 24
I
Iceflow Offline OP
Ameglian cow
OP Offline
Ameglian cow
I
Joined: Sep 2003
Posts: 24
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?


Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
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...


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius

Link Copied to Clipboard