Mmucl Procedure

Name

mudputs - write a string to the mud

Synopsis

mudputs string

Description

Mudputs takes a string as an argument and sends string to the mud without any modification of string. Mudputs should be used when you want to avoid the special interpretation writemud gives ";".

Example

mudputs "alias g get all from corpses;bury all"

This sets an useful alias on lp style muds. Maybe you would use this in a mmucl alias that set up all your aliases on a mud.

See Also

writemud


Home