list
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | list [2006/08/01 04:13] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Synopsis: | ||
| + | __list__ [< | ||
| + | |||
| + | ======Description: | ||
| + | This query asks the server about all of the public channels that exist | ||
| + | on the current network. | ||
| + | name, the number of users on the channel, and the channel' | ||
| + | will be displayed, one per line. | ||
| + | |||
| + | If you provide an exact channel name, then only information about that | ||
| + | channel will be returned. | ||
| + | the current window' | ||
| + | will return the entire channel list. | ||
| + | |||
| + | On large public networks with many thousands of channels, using this | ||
| + | command may be counterproductive. | ||
| + | before are not helpful since the client has to ask for the entire list | ||
| + | and filter out what you don't want to see. It still all has to be sent | ||
| + | to you. In some severe situations you can be disconnected from the server | ||
| + | if you are using a slow link. | ||
| + | |||
| + | Only public channels will be shown. | ||
| + | be shown in the result, unless you are actually a member of that channel | ||
| + | at the time you use the __LIST__ command. | ||
| + | |||
| + | ======Options: | ||
| + | You can refine the output by asking for only channels with certain | ||
| + | characteristics. | ||
| + | all of this filtering is done by the client and not the server. | ||
| + | means EPIC still has to process the entire list even if you only want | ||
| + | to see a couple of channels. | ||
| + | -min < | ||
| + | -max < | ||
| + | -i Use undernet specific server-side filtering for above two | ||
| + | |||
| + | These options are always done on the client side even with the -i option: | ||
| + | -public | ||
| + | -private | ||
| + | -topic | ||
| + | -all | ||
| + | |||
| + | These options turn on "wide listing" | ||
| + | -wide shows name and size using as little space as possible: | ||
| + | -name sort -wide list by channel name | ||
| + | -users | ||
| + | |||
| + | ======Examples: | ||
| + | To show channels with 3 to 15 users: | ||
| + | /list -min 3 -max 15 | ||
| + | |||
| + | To show public channels with " | ||
| + | /list -public #*help* | ||
| + | |||
| + | To get a concise listing of channels with over 30 users, sorted by name: | ||
| + | /list -min 30 -wide -name | ||
| + | |||
| + | To see how Undernet' | ||
| + | /quote list help | ||
list.txt · Last modified: 2006/08/01 04:13 by 127.0.0.1
