C.77. $world->sendecho

Abstract

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

void $world->sendecho( 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 always echoed to the window, regardless of the setting of the command echo option (see Section 4.3, “Input”).

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