From the NannyMUD documentation

LAST CHANGE

2000-12-08

COMMAND



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/moveto

SEE ALSO

        move_object in efun/object_related/move_object

SEE ALSO

        transfer in efun/object_related/transfer