From WikiChip
Difference between revisions of "mirc/commands/list"
m |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{mirc title|/list Command}} | {{mirc title|/list Command}} | ||
− | The '''/list | + | 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 -n [#channel] [-MIN N] [-MAX N] | /list -n [#channel] [-MIN N] [-MAX N] | ||
Line 9: | Line 9: | ||
== 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 |
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