$world->send$world->send function: SENDs something to the world
void $world->send( |
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.
See also $world->echo,
$world->sendecho and
$world->sendnoecho.