From the NannyMUD documentation

LAST CHANGE

2008-03-02

COMMAND



NAME

        patch - apply a function patch to a loaded object

SYNTAX

	patch    ... 

DESCRIPTION

	This command lets you call functions directly in objects.
	Arguments are interpreted as the most obvious case. If you need
	an argument to be a string, use double quotes. If you need an
	object argument, prepend the object description with a "!". 
	The regular finder object descriptions apply.

NOTE

        Misuse of this command will lead to your demotion.

EXAMPLE

        patch me query_int

EXAMPLE

        patch env.goblin attack !env.orc

SEE ALSO

        eval in std/basic/basic
        eval in wizcommands/debug/eval

SEE ALSO

        finder in obj/finder