News:

want some cool sounds while you browse the boards.... see the new collapsable web radio section on the LHS, below birthdays, on the Front page

Main Menu

TD Bot

Started by Tom, July 08, 2007, 09:17:46 PM

Previous topic - Next topic

Tom

Quote from: MadMatt on July 15, 2007, 06:55:07 PM
I don't have much time, but let me know if you need any help - I'll answer any questions about TourneyBot and the protocols when I have the time.

Well... I hope you have a little time soon...

I have commands written to create/delete/list/modify scheduled tourneys (scheduled as in a regular schedule not ones already created in tbot)

I am sure you'll tear the code to shreads... well maybe not that bad... I did cut and paste your code when I could...

One question... I need to write a procedure that gets run once a minute to check if a tourney needs to be created and handed to tbot

Where in the code can I look for examples of that? or (better) what function already running could I have call me every now and then?

tom

webrunner

cron job on the host server you mean?
"There is a difference between knowing the path and walking the path."
Bruce Lee
===================================
Orion Pax |

Tom

Quote from: webrunner on July 22, 2007, 11:47:00 PM
cron job on the host server you mean?

No I am talking about inside tourneybot.. it has it's own process scheduler... I'll figure it out...