List » History » Version 1
Per Amundsen, 02/13/2014 04:26 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | */list [#channel] [-min #] [-max #]* |
||
4 | |||
5 | Shows a list of channels on the current server (will popup a graphical channel list if enabled) |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | [#channel] - List only channels matching #channel (can be a partial channel name). |
||
10 | [-min #] - List only channels with minimum amount of people. |
||
11 | [-max #] - List only channels with maximum amount of people. |
||
12 | |||
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | ;List all channels. |
||
17 | /list |
||
18 | |||
19 | ;List all channels with minimum 5 people and maximum 20 people. |
||
20 | /list -min 5 -max 20 |
||
21 | |||
22 | ;List only channel #AdiIRC. |
||
23 | /list #AdiIRC |
||
24 | |||
25 | ;List all channels matching AdiIRC. |
||
26 | /list *AdiIRC* |
||
27 | </pre> |