forked from PsychoticNinja/irssi
The only major ircd supporting /wallchops also supports /notice @#channel. The /wall command has used /notice @#channel (if it is supported which is pretty much everywhere) for a while and so it can be used without problems on large channels. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4902 dbcabf3a-b0e7-0310-adc4-f8d773084564
10 lines
313 B
Plaintext
10 lines
313 B
Plaintext
|
|
@SYNTAX:wall@
|
|
|
|
This command sends a message to all operators in a channel. If the server
|
|
supports WALLCHOPS or STATUSMSG=@, it sends a notice to @#channel.
|
|
Otherwise it sends a notice separately to each operator, which may not
|
|
be a very good idea to use in a channel with lots of operators.
|
|
|
|
See also: WALLCHOPS
|