mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 18:42:53 +02:00
Clarify the help for /list
bring back the mention of alis, make the list example more resilient to freenode-stupidity
This commit is contained in:
parent
1f87dd361e
commit
4078bc56d8
1 changed files with 8 additions and 6 deletions
|
|
@ -7,19 +7,21 @@
|
|||
|
||||
-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, then only information about this
|
||||
channel is requested. Otherwise, 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.
|
||||
Requesting all channels may cause the server to disconnect you for flooding,
|
||||
so it is protected by -yes. Not all networks support server side filtering.
|
||||
Some may provide a service bot instead, try /quote squery alis :help or /msg alis help
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/LIST
|
||||
/LIST -yes
|
||||
/LIST -yes *ubuntu*
|
||||
/LIST #ubuntu
|
||||
/LIST #*ubuntu*,>1
|
||||
|
||||
|
||||
%9See also:%9 QUOTE, STATS, WHOIS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue