From WikiChip
Difference between revisions of "mirc/commands/list"
(Created page with "The '''/list command''' lists currently available channels. == Synopsis == /list [#channel] [-MIN N] [-MAX N] == Switches == None == Parameters == * '''[#channel]''' - If ...") |
|||
(18 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/list | + | {{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 == | ||
− | + | * '''-n''' - Minimize the channel list window | |
== Parameters == | == Parameters == | ||
− | * ''' | + | * '''#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 |
− | * ''' | + | * '''-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>/list -min 5 -max 20 | + | <syntaxhighlight lang=mirc>/list -min 5 -max 20 |
− | list *mirc* | + | /list *mirc* |
</syntaxhighlight> | </syntaxhighlight> | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|2.1a}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== 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]] | ||
− | + | {{mIRC command list}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|list]] |
Latest revision as of 13:16, 20 October 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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]
mIRC commands list