diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2015-06-12 20:48:50 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2015-06-12 20:48:50 +0200 |
commit | fb5513ef4ae6a8b4e325a973d8f9e63d0e2487d5 (patch) | |
tree | b31db5a6d041440d6b1610d61c0f3575e97f4fb9 /docs | |
parent | b90402b7fcc1d2d0b1d07fee973af3aa75c50bfa (diff) | |
parent | a79f150a768b66b04f1edbc6ddf27afe13f2e2c1 (diff) | |
download | irssi-fb5513ef4ae6a8b4e325a973d8f9e63d0e2487d5.zip |
Merge pull request #257 from GeertHauwaerts/master
Clarify the help for /LIST (#228)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/list.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/help/in/list.in b/docs/help/in/list.in index 14858337..33f05e8b 100644 --- a/docs/help/in/list.in +++ b/docs/help/in/list.in @@ -7,8 +7,8 @@ -yes: Confirms 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. + If the exact name of a channel is given, the only information about this + channel is requested; otherwise, a list of all channels will be displayed. %9Description:%9 @@ -19,7 +19,16 @@ /LIST /LIST -yes - /LIST -yes *ubuntu* + /LIST #ubuntu + /LIST #*ubuntu*,>1 + +%9Remarks:%9 + + Not all networks support server-side filtering and may provide a network + service instead; on IRCnet, you may use the ALIS service: + + /QUOTE SQUERY ALIS :HELP + /MSG ALIS HELP %9See also:%9 QUOTE, STATS, WHOIS |