From the NannyMUD documentation
2002-12-14
NAME
refresh - Update and load an object.LOCATION
Wizmod, module 'default'.SYNTAX
refresh [-cfp] [obj]DESCRIPTION
This updates and then loads, if possible, an object. Normally, all objects in the location are removed (except players). Flags: -f Ignore the dangerlevel setting of the wizmod. -c Don't use catch() on the loading. This gives better error messages if the load fails. -p Preserve all things, not just players, in the location.SEE ALSO
load in wizcommands/object/loadSEE ALSO
redo in std/module/default/redoSEE ALSO
update in wizcommands/object/update