mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Merge pull request #257 from GeertHauwaerts/master
Clarify the help for /LIST (#228)
This commit is contained in:
commit
fb5513ef4a
1 changed files with 12 additions and 3 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
-yes: Confirms that you want to receive a large amount of data.
|
-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
|
If the exact name of a channel is given, the only information about this
|
||||||
channels will be displayed.
|
channel is requested; otherwise, a list of all channels will be displayed.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
|
|
@ -19,7 +19,16 @@
|
||||||
|
|
||||||
/LIST
|
/LIST
|
||||||
/LIST -yes
|
/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
|
%9See also:%9 QUOTE, STATS, WHOIS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue