Project

General

Profile

List » History » Version 4

Per Amundsen, 10/05/2016 01:35 PM

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