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

(Example)
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The '''/list command''' lists currently available channels.
+
{{mirc title|/list Command}}
 
+
The '''/list''' command lists currently available channels.<br />
 +
Note: This sends a command to the irc network and returns the reply. It does not report info about hidden channels such as those with mode -s or -p set, unless your network privileges allow you to see that info.
 
== Synopsis ==
 
== Synopsis ==
  /list [#channel] [-MIN N] [-MAX N]
+
  /list -n [#channel] [-MIN N] [-MAX N]
  
 
== Switches ==
 
== Switches ==
None
+
* '''-n''' - Minimize the channel list window
  
 
== Parameters ==
 
== 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.
+
* '''#channel''' - If specified, mIRC will only list information for that channel. If you specify a {{mirc|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
+
* '''-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
+
* '''-MAX N''' - If specified, can be used to only display channels that has maximum N users
 
+
Note: Default when no parameters or switches used is reporting all publicly visible channels.
 
== Example ==
 
== Example ==
 
<syntaxhighlight lang=mirc>/list -min 5 -max 20
 
<syntaxhighlight lang=mirc>/list -min 5 -max 20
list *mirc*
+
/list *mirc*
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v2.1a
+
{{mIRC compatibility|2.1a}}
 
 
Added On: 28/02/95
 
 
 
 
 
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
  
 
== See also ==
 
== See also ==
 
* [[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]]
+
{{mIRC command list}}
* [[/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|list]]

Latest revision as of 14:16, 20 October 2018

The /list command lists currently available channels.
Note: This sends a command to the irc network and returns the reply. It does not report info about hidden channels such as those with mode -s or -p set, unless your network privileges allow you to see that info.

Synopsis[edit]

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

Switches[edit]

  • -n - Minimize the channel list window

Parameters[edit]

  • #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

Note: Default when no parameters or switches used is reporting all publicly visible channels.

Example[edit]

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

Compatibility[edit]

Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC commands list