From WikiChip
Difference between revisions of "mirc/commands/socklist"
m |
m (Correct typo.) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{mirc title|/socklist Command}} | {{mirc title|/socklist Command}} | ||
− | The '''/socklist''' command allows mIRC to list all sockets that are currently | + | The '''/socklist''' command allows mIRC to list all sockets that are currently open. |
== Synopsis == | == Synopsis == | ||
Line 6: | Line 6: | ||
== Switches == | == Switches == | ||
− | + | * '''-tul''' - These can be a single, or combination, of switches to list open TCP, UDP or listening sockets, respectively. | |
− | |||
− | |||
− | |||
− | |||
− | |||
== Parameters == | == Parameters == | ||
− | + | ||
− | + | * '''[name]''' - The name of the socket to search for. This parameter can also be a {{mirc|wildcard}} match. | |
− | |||
− | |||
− | |||
− | |||
== Example == | == Example == | ||
− | List all | + | List all TCP sockets that have the begin with '''mySock''': |
<source lang="mIRC">/socklist -t mySock*</source> | <source lang="mIRC">/socklist -t mySock*</source> | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility|5. | + | {{mIRC compatibility|5.71}} |
== See Also == | == See Also == |
Latest revision as of 10:25, 20 February 2024
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.
Synopsis[edit]
/socklist [-tul] [name]
Switches[edit]
- -tul - These can be a single, or combination, of switches to list open TCP, UDP or listening sockets, respectively.
Parameters[edit]
- [name] - The name of the socket to search for. This parameter can also be a wildcard match.
Example[edit]
List all TCP sockets that have the begin with mySock:
/socklist -t mySock*
Compatibility[edit]
Added: mIRC v5.71
Added on: 07 May 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also[edit]
- List of commands
- List of identifiers
- $sock
- $sockname
- $sockerr
- $sockbr
- /sockaccept
- /sockclose
- /socklisten
- /sockmark
- /sockopen
- /sockpause
- /sockread
- /sockrename
- /sockudp
- /sockwrite
mIRC commands list