From WikiChip
Difference between revisions of "mirc/commands/list"
< mirc‎ | commands

(Example)
(See also)
Line 29: Line 29:
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$var identifier - mIRC|$var]]
 
* [[/dec command - mIRC|/dec]]
 
* [[/inc command - mIRC|/inc]]
 
* [[/set command - mIRC|/set]]
 
* [[/unsetall command - mIRC|/unsetall]]
 
* [[/var command - mIRC|/var]]
 
  
 
[[Category:mIRC commands]]
 
[[Category:mIRC commands]]

Revision as of 22:07, 12 March 2014

The /list command lists currently available channels.

Synopsis

/list [#channel] [-MIN N] [-MAX N]

Switches

None

Parameters

  • [#channel] - If specified, mIRC will only list information for that channel. If you specify a wildcard, mIRC will list all channels that contain the wildcard expression.
  • [-MIN N] - If specified, can be used to only display channels that has mimnimum N users
  • [-MAX N] - If specified, can be used to only display channels that has maximum N users

Example

/list -min 5 -max 20
/list *mirc*

Compatibility

Added: mIRC v2.1a

Added On: 28/02/95


Note: Individual switches were not taken into consideration.

See also