| View previous topic :: View next topic |
| Author |
Message |
Bahasa Voice
Joined: 27 Jul 2008 Posts: 19
|
Posted: Mon Aug 04, 2008 2:58 am Post subject: restart every day |
|
|
is there any how with tcl script to make the bot restarted every day on 00:00 (midnight) ?
thanks in advance for making it _________________ Bahasa Indonesia |
|
| Back to top |
|
 |
user

Joined: 18 Mar 2003 Posts: 1452 Location: Norway
|
Posted: Mon Aug 04, 2008 3:45 am Post subject: |
|
|
| Code: | | bind time - "00 00*" {restart;#} |
_________________ Have you ever read "The Manual"? |
|
| Back to top |
|
 |
Bahasa Voice
Joined: 27 Jul 2008 Posts: 19
|
Posted: Mon Aug 04, 2008 3:48 am Post subject: |
|
|
| user wrote: | | Code: | | bind time - "00 00*" {restart;#} |
|
thanks! i will waiting for it working or not "_" _________________ Bahasa Indonesia |
|
| Back to top |
|
 |
Bahasa Voice
Joined: 27 Jul 2008 Posts: 19
|
Posted: Wed Aug 06, 2008 1:28 pm Post subject: |
|
|
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. _________________ Bahasa Indonesia |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
|
| Back to top |
|
 |
Bahasa Voice
Joined: 27 Jul 2008 Posts: 19
|
Posted: Wed Aug 06, 2008 3:11 pm Post subject: |
|
|
sory i lost the real msg its seem to be :
no such binding
no such chan _________________ Bahasa Indonesia |
|
| Back to top |
|
 |
game_over Voice
Joined: 26 Apr 2007 Posts: 29
|
Posted: Sat Aug 16, 2008 7:47 am Post subject: |
|
|
| Code: | bind time - {00 00 * * *} time:restart
proc time:restart {m h d m y} {
restart
} |
if you run your bot in "-n" mode restart is impossible  |
|
| Back to top |
|
 |
|