mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Various updates/enhancements/fixes to the help files.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4545 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ff63982d4f
commit
10ae40c368
32 changed files with 78 additions and 50 deletions
|
|
@ -1,11 +1,12 @@
|
|||
|
||||
@SYNTAX:wall@
|
||||
|
||||
This command sends a message to all operators in a channel. This is internal
|
||||
irssi command which sends a message separately to each opearator, so this
|
||||
may not be very good idea to use in channel with lots of operators.
|
||||
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.
|
||||
|
||||
Some IRC servers support also /MSG @#channel or /WALLCHOPS which you should
|
||||
Many IRC servers support also /MSG @#channel or /WALLCHOPS which you should
|
||||
use if possible.
|
||||
|
||||
See also: WALLCHOPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue