C.81. $world->sendnoecho

Abstract

$world->sendnoecho function: SENDs something to the world, with NO ECHO

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.3, “Input”).

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