From WikiChip
Difference between revisions of "mirc/commands/socklist"
m (Bot: de-linking old mIRC menu) |
m |
||
Line 47: | Line 47: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|socklist]] |
Revision as of 09:12, 21 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /socklist command allows mIRC to list all sockets that are currently open open.
Synopsis
/socklist [-tul] [name]
Switches
Switch | Description |
---|---|
-tul | These can be a single, or combination, of switches to list open TCP, UDP or listening sockets, respectively. |
Parameters
Parameter | Description |
---|---|
[name] | The name of the socket to search for. This parameter can also be a wildcard match. |
Example
List all TCP sockets that have the begin with mySock:
/socklist -t mySock*
Compatibility
Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
- List of commands
- List of identifiers
- $sock
- $sockname
- $sockerr
- $sockbr
- /sockaccept
- /sockclose
- /socklisten
- /sockmark
- /sockopen
- /sockpause
- /sockread
- /sockrename
- /sockudp
- /sockwrite
mIRC commands list