From WikiChip
					
    Difference between revisions of "mirc/commands/list"    
                	
														| m (Bot: Adding a template) | |||
| (7 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{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 [#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 lang=mirc>/list -min 5 -max 20 | <syntaxhighlight lang=mirc>/list -min 5 -max 20 | ||
| Line 26: | Line 26: | ||
| {{mIRC command list}} | {{mIRC command list}} | ||
| − | [[Category: | + | [[Category:mIRC commands|list]] | 
Latest revision as of 14: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]
[Expand]
 mIRC commands list