mIRC Home    About    Download    Register    News    Help

Print Thread
#239286 09/10/12 09:18 AM
Joined: Oct 2012
Posts: 4
W
Werter Offline OP
Self-satisified door
OP Offline
Self-satisified door
W
Joined: Oct 2012
Posts: 4
Hi guys,
I'm usign Mirc fo chat mostly, but sometime for download LEGAL file from server.
The problem si you need to put manually each /msg and you can't do more then once ( batch option is usually disabled )

So i'd like to know if exist a script like
Start first download with /msg ect...
wait until download is finished
Start second download with /msg ect...

Thanks for any help

Last edited by Werter; 09/10/12 09:18 AM.
Joined: Dec 2011
Posts: 18
J
Pikka bird
Offline
Pikka bird
J
Joined: Dec 2011
Posts: 18
Look into on FILESENT/FILERCVD events.

The on FILESENT and on FILERCVD events trigger when a dcc send or dcc get succeeds.

The on SENDFAIL and on GETFAIL events use the same format as above, and trigger when a dcc send or dcc get fails.

Joined: Oct 2012
Posts: 4
W
Werter Offline OP
Self-satisified door
OP Offline
Self-satisified door
W
Joined: Oct 2012
Posts: 4
I don't have find anything useful seacrhing on the web, can you post an example?
Thanks

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Type /help in mirc, search in that file and i think you will find some examples there. the file you should look in to (help.chm). So /help in any window inside mirc will open the file for you.

;-- edit

first hit on google using the text "mirc dcc FILERCVD"

http://www.quickfox.net/help/winhlp32.exe/mIRC/mirc.hlp/id/m2.nod.html

Last edited by sparta; 16/10/12 08:22 PM.

if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Nov 2012
Posts: 1
U
Mostly harmless
Offline
Mostly harmless
U
Joined: Nov 2012
Posts: 1
Hello. I want to download something with many files. I want to send a message to a user/bot every 5 minutes with a different textmessage.
Like: /msg bot send file 1
after 5 min
/msg bot send file 2
and so on.
Its possible?
Thanks

Last edited by umbbra; 07/11/12 01:05 PM.
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Look at timers. /help timers

Or you can use this.

on 1:FILERCVD:*.txt:/echo Received $filename from $nick | msg $nick send <file name>

Change the "*.txt", if it's a rar file it should be *.rar and for zip *.zip


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Be aware that most people don't appreciate automated requests and will ban you if they see you doing it.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard