This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

restart every day

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
B
Bahasa
Voice
Posts: 19
Joined: Sun Jul 27, 2008 11:22 am
Contact:

restart every day

Post by Bahasa »

is there any how with tcl script to make the bot restarted every day on 00:00 (midnight) ?

thanks in advance for making it
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Code: Select all

bind time - "00 00*" {restart;#}
Have you ever read "The Manual"?
B
Bahasa
Voice
Posts: 19
Joined: Sun Jul 27, 2008 11:22 am
Contact:

Post by Bahasa »

user wrote:

Code: Select all

bind time - "00 00*" {restart;#}
thanks! i will waiting for it working or not "_"
B
Bahasa
Voice
Posts: 19
Joined: Sun Jul 27, 2008 11:22 am
Contact:

Post by Bahasa »

im sorry but on dcc it say no such binding nu such channel

can you please make full tcl that can make bot restarted every 12 hours please ?

thanks.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

What's the error message?
B
Bahasa
Voice
Posts: 19
Joined: Sun Jul 27, 2008 11:22 am
Contact:

Post by Bahasa »

sory i lost the real msg its seem to be :
no such binding
no such chan
g
game_over
Voice
Posts: 29
Joined: Thu Apr 26, 2007 7:22 am

Post by game_over »

Code: Select all

bind time - {00 00 * * *} time:restart
proc time:restart {m h d m y} {
restart
}
:roll:
if you run your bot in "-n" mode restart is impossible :)
Post Reply