26 lines
665 B
Plaintext
26 lines
665 B
Plaintext
|
|
SHOUT(1) SHOUT(1)
|
|
|
|
NAME
|
|
shout() - sends a message to all users online
|
|
|
|
SYNOPSIS
|
|
varargs void shout(string|int str, object|object *exclude)
|
|
|
|
DESCRIPTION
|
|
Sends the message specified by the first argument to all
|
|
users online. If a second argument is give, it is an
|
|
object or array of objects which will be excluded from
|
|
hearing the message. The message class shout() uses is
|
|
"shout".
|
|
|
|
LOCATION
|
|
/secure/sefun/communications.c
|
|
|
|
SEE ALSO message(), say(), write()
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|