mudputs - write a string to the mud
mudputs string
Mudputs takes a string as an argument and sends string to the mud without any modification of string.
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 procedure that set up all your aliases on a mud. Mudputs should be used when you need an ; sent to the mud in a procedure alias or action.