/*
* NAME: moo.cf
* DESCRIPTION: global parameters for MOO simulation
*/
eval_backdoor = NO; /* enable backdoor access? */
oob_prefix = "#$#"; /* out-of-band prefix (or NONE) */
log_commands = NO; /* log all user commands? (not used) */
fg_ticks = 30000; /* foreground task ticks (not used) */
bg_ticks = 15000; /* background task ticks (not used) */
fg_seconds = 5; /* foreground task secs (not used) */
bg_seconds = 3; /* background task secs (not used) */
outbound_net = NO; /* allow outbound connections? */
mport_listening = NO; /* enable multiple-port listening? */
server_msgs = YES; /* display *** Connected *** et al.? */
connect_timeout = 300; /* seconds before login timeout */
pattern_cache = 30; /* # of regexps to cache <= 255 */
verb_cache = 15; /* # of verb names to cache <= 255 */
max_verb_depth = 50; /* max nested verb calls */
stack_size = 120; /* size of verb value stack */
swap_interval = NONE; /* seconds between full swapouts */
memory_thresh = 4; /* max MB before bootstrap swap */
timezone = "EDT"; /* server's timezone */
bootstrap_file = "etc/moo.db"; /* LambdaMOO bootstrap DB file */
checkpoint_file = "etc/text.db"; /* LambdaMOO checkpoint DB file */
log_file = "etc/moo.log"; /* LambdaMOO server log file */
huh_failed_msg = "I couldn't understand that.";
/* response to bad commands */
prepositions = ({
"with/using",
"at/to",
"in front of",
"in/inside/into",
"on top of/on/onto/upon",
"out of/from inside/from",
"over",
"through",
"under/underneath/beneath",
"behind",
"beside",
"for/about",
"is",
"as",
"off/off of",
}); /* command prepositions */
protected_bfuns = ({
}); /* require wizard perms (not used) */