lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
NAME
	dgd_set_prompt - change a user's command prompt

SYNOPSIS
	none dgd_set_prompt(obj, str)

DESCRIPTION
	The connection associated with the given argument `obj' is
	given the specified prompt `str'. If `str' is an empty string,
	then the connection's prompt is disabled.

	The connection prompt is sent to the user immediately before
	the next line of input will be received from the user, and is
	displayed without a terminating newline.

	The prompt will continue to be displayed to the user in this
	manner until the prompt is changed, or until the connection is
	closed.

	The caller of this function must either be a wizard or own the
	connection in question.

SEE ALSO
	dgd_get_prompt, dgd_set_noecho