About the Wizard Backdoor Access
================================
LPMOO has a special option called the "eval backdoor" which can be used to fix
an otherwise disasterous problem with a LambdaMOO database.
In the `etc/moo.cf' file, set the `eval_backdoor' option to `YES'.
After you restart LPMOO, the very first connection (and no others) will be
given a special status:
All commands starting with `;;' are interpreted as MOO statements to
be evaluated with wizard status.
Note that to see the value of an expression, you must prepend the expression
with the `return' keyword.
Once finished, shut down the server by evaluating something like:
;;shutdown("Restarting")
Be sure to change the `eval_backdoor' option back to `NO' before restarting!
This option was added because the `.program' verb is not functional in this
version of LPMOO. (Therefore starting with a database such as the Minimal db
requires the use of this option.)