mIRC Home    About    Download    Register    News    Help

Print Thread
#101461 24/10/04 05:27 PM
Joined: Oct 2004
Posts: 3
I
Inkoma Offline OP
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Oct 2004
Posts: 3
Hello I'm a total newbie

I would like to make a script that would make mirc connect to a server in a certain time (hour:minutes), open a channel and writing a command on that channel. It's to download from a server. Then I would like it to disconnect from that server in another time (hour:minutes).

I need this becaus in Porrtugal we pay for the amount of information in and out, but from 1 0'clock of the morning to 7 it doesn't count. THanks

#101462 24/10/04 06:15 PM
Joined: Mar 2004
Posts: 45
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Mar 2004
Posts: 45
Code:
  
alias starttimer {
  timer1 01:00 1 1 /server irc.yourserver.com -j #mychannel
  timer2 1 60 /msg $active MyCommands
  timer3 07:00 1 1 /quit
}

#101463 24/10/04 08:27 PM
Joined: Oct 2004
Posts: 3
I
Inkoma Offline OP
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Oct 2004
Posts: 3
Daedalus, many many thanks friend. Saved my day

#101464 10/11/04 12:23 AM
Joined: Oct 2004
Posts: 3
I
Inkoma Offline OP
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Oct 2004
Posts: 3
Sorry man. You gave me that help, but I have a problem.

The server is continuasly on and off. My session have 0 seconds. I already tried with severak server and it's all the same.

Can you help me again?


Link Copied to Clipboard