B.64. $world->sendnoecho

void $world->sendnoecho( str , ... );

Sends any number of strings to the current world. After each string, a newline is send, so that the MUD recognizes it as a command.

The commands are not echoed to the window, regardless of the setting of the command echo option (see Section 4.6).

See also $world->send and $world->sendecho .