News:

All new Fibsboard.com for 2011 --" your unofficial Forum for all fings FIBS."
New Membergroups, new boards including topical discussions, Campaigns, Culture and Gossip. Photo Galleries, Forum Backgammon vs Top Guest, and much much more.........faster and improved, with sas :)

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...