diff options
author | Jilles Tjoelker <jilles@irssi.org> | 2008-11-12 21:00:05 +0000 |
---|---|---|
committer | jilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-11-12 21:00:05 +0000 |
commit | c5109787eb88cb9ed7dc67963580f359fbc74798 (patch) | |
tree | 3c50f937e68e362c566cac4398d8231d171dacc3 /docs/help | |
parent | 27be963a863aa2ee171699eb4e0f3ee02e32738f (diff) | |
download | irssi-c5109787eb88cb9ed7dc67963580f359fbc74798.zip |
Remove /wallchops, do not suggest other commands in /help wall.
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
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/wall.in | 3 | ||||
-rw-r--r-- | docs/help/in/wallchops.in | 9 |
2 files changed, 0 insertions, 12 deletions
diff --git a/docs/help/in/wall.in b/docs/help/in/wall.in index afa73722..41beb239 100644 --- a/docs/help/in/wall.in +++ b/docs/help/in/wall.in @@ -6,7 +6,4 @@ 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. -Many IRC servers support also /MSG @#channel or /WALLCHOPS which you should -use if possible. - See also: WALLCHOPS diff --git a/docs/help/in/wallchops.in b/docs/help/in/wallchops.in deleted file mode 100644 index 034b1f68..00000000 --- a/docs/help/in/wallchops.in +++ /dev/null @@ -1,9 +0,0 @@ - -@SYNTAX:wallchops@ - -Works only in the Undernet and Open Projects (ircu). - -Sends an message to all other channel operators of the current channel. - -See also: WALL - |