Project

General

Profile

Actions

List » History » Revision 1

Revision 1/7 | Next »
Per Amundsen, 02/13/2014 04:26 PM


Added in 1.5

/list [#channel] [-min #] [-max #]

Shows a list of channels on the current server (will popup a graphical channel list if enabled)

Parameters

[#channel] - List only channels matching #channel (can be a partial channel name).
[-min #] - List only channels with minimum amount of people.
[-max #] - List only channels with maximum amount of people.

Example

;List all channels.
/list

;List all channels with minimum 5 people and maximum 20 people.
/list -min 5 -max 20

;List only channel #AdiIRC.
/list #AdiIRC

;List all channels matching AdiIRC.
/list *AdiIRC*

Updated by Per Amundsen about 10 years ago · 1 revisions

Also available in: PDF HTML TXT