From WikiChip
/list Command - mIRC
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