.\"send a message to all objects in a room
.DT
tell_room
$MUDNAME$ driver help
tell_room

.SH Name
.SI 5
tell_room() - send a message to all objects in a room
.EI

.SH Synopsis
.SI 5
void tell_room( mixed ob, string str, object *exclude );
.EI

.SH Description
.SP 5 5
Send a message `str' to object all objects in the room `ob'.  `ob' can also
be the filename of the room (string).  If `exclude' is specified, all
objects in the exclude array will not receive the message.
.EP

.SH See also
.SI 5
write(), shout(), say(), tell_object(), catch_tell()
.EI
