diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-26 15:29:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-26 15:29:21 +0000 |
commit | 6e9d7c98ea741f36cfca956972f9d4170d8d9415 (patch) | |
tree | 72b526a83d4093dca9b69e2de98bf8129b940a1b /docs | |
parent | ed2eaa036bb7aa71cebab63d79cf2c7747946c5a (diff) | |
download | irssi-6e9d7c98ea741f36cfca956972f9d4170d8d9415.zip |
fixed descriptions
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1426 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/wall.in | 11 | ||||
-rw-r--r-- | docs/help/in/wallops.in | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/docs/help/in/wall.in b/docs/help/in/wall.in index 82a21314..103c4ba4 100644 --- a/docs/help/in/wall.in +++ b/docs/help/in/wall.in @@ -1,10 +1,11 @@ @SYNTAX:wall@ -This command sends the given message to everyone on -the network who has user mode +w turned on. If you -are not an operator, you will probably receive -an error message when using this command +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. -See also: OPER, WALLOPS +Some IRC servers support also /MSG @#channel which you should use if +possible. +See also: diff --git a/docs/help/in/wallops.in b/docs/help/in/wallops.in index 681f8201..1690db2c 100644 --- a/docs/help/in/wallops.in +++ b/docs/help/in/wallops.in @@ -1,10 +1,9 @@ @SYNTAX:wallops@ -Sends a message to all operators currently on irc. -This command has deteriorated to the point that it -is no longer useful, and most OPERATORS have removed -it from the server all together. - -See also: OPER, WALLCHOPS +This command sends the given message to everyone on +the network who has user mode +w turned on. If you +are not an operator, you will probably receive +an error message when using this command +See also: OPER, WALLOPS |