diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-07 19:47:51 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-07 19:47:51 +0200 |
commit | 5e8947a8b0943ae569876af105c4702ab2d95742 (patch) | |
tree | 64a7b1e2de39060548121ea8f8dfa13b9df89910 /docs/help/in/list.in | |
parent | 99b629ab2040b1a4ed9a07fcf0f3998d4c1bad5d (diff) | |
download | irssi-5e8947a8b0943ae569876af105c4702ab2d95742.zip |
Syntax documentation rewrite for L-commands
Rewrote the syntax documentation for all commands starting with L.
Diffstat (limited to 'docs/help/in/list.in')
-rw-r--r-- | docs/help/in/list.in | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/docs/help/in/list.in b/docs/help/in/list.in index a1f697e7..cbce105e 100644 --- a/docs/help/in/list.in +++ b/docs/help/in/list.in @@ -1,16 +1,25 @@ +%9Syntax:%9 + @SYNTAX:list@ -Lists the channel names. Trying to list all the channel -names usually causes you to be disconnected from the -server with the reason "Excess flood", as usually all -40000 channels form together and server naively attempts -to send you them. +%9Parameters:%9 + + -yes: Comfirms that you want to receive a large amount of data. + + The text a channel must match; if no argument is given, the list of all + channels will be displayed. + +%9Description:%9 + + Displays the channel names that match your request; requesting all channels + may cause the server to disconnect you for flooding. + +%9Examples:%9 -Thus, on IRCNet, you should rather use service ALIS -(Advanced Listing Service), which will allow you to query -for channel with specific name, topic, mode or usercount. -Type /SQUERY ALIS HELP to get more info about it. + /LIST + /LIST -yes + /LIST -yes *ubuntu* See also: SQUERY |