melville/
melville/cmds/
melville/cmds/admin/
melville/data/
melville/data/mail/
melville/data/player/
melville/data/system/
melville/data/user/
melville/doc/functions/
melville/doc/help/
melville/inherit/
melville/log/
melville/obj/
melville/system/auto/
melville/system/player/
melville/system/user/
melville/users/
melville/users/mobydick/
melville/world/
This directory stores commands that can be used only by admins. Note that,
while the command hook will not let a non-admin call into these objects,
a wizard can write code which uses call_other() to call into them. So
each function in the object must either be static, or check to make sure
that the calling object has admin privileges.