From the NannyMUD documentation
2000-12-08
NAME
move - Move an object from here to there.LOCATION
Wizmod, module 'default'.SYNTAX
move [-f]DESCRIPTION
This command moves the object 'object' to the destination 'where'. It uses the efun transfer() unless the flag '-f' is given, in which case it uses the efun 'move_object()'.SEE ALSO
moveto in std/module/default/movetoSEE ALSO
move_object in efun/object_related/move_objectSEE ALSO
transfer in efun/object_related/transfer