<?php
$c = getCharMem($cEID);
// Send the message to everyone in the room except the speaker //
$c->getRoom()->send("{$c->getName()} says, \"$args\"", "room", $c->getEID());
// Let the player know it worked... //
$c->send("You said, \"$args\"", "caction");
?>