(pre_update_hook): New configuration key.

(update_wait): Implement it.
(run_hook): New.
This commit is contained in:
Markus Armbruster 2005-03-12 17:24:57 +00:00
parent f12649c3da
commit 7d71984932
3 changed files with 38 additions and 2 deletions

View file

@ -60,7 +60,8 @@ int update_wantmin = 0; /* number of votes required for demand update */
int blitz_time = 10; /* number of minutes between blitz updates */
char *update_demandtimes = ""; /* times demand update is allowed */
char *game_days = ""; /* days game is running */
char *game_hours = ""; /* hours game is running */
char *game_hours = ""; /* hours game is running */
char *pre_update_hook = "";
int max_idle = 15; /* session dies after max_idle minutes idle */
int sect_mob_max = 127; /* sector mobility limits */