From WikiChip
Difference between revisions of "mirc/commands/socklist"
< mirc‎ | commands

m (Bot: Fixing links)
m (Correct typo.)
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The '''/socklist''' command allows mIRC to list all sockets that are currently open open.
+
{{mirc title|/socklist Command}}
 +
The '''/socklist''' command allows mIRC to list all sockets that are currently open.
  
 
== Synopsis ==
 
== Synopsis ==
Line 5: Line 6:
  
 
== Switches ==
 
== Switches ==
{| class="wikitable" style="line-height: 25px; margin-left: 75px;"
+
* '''-tul''' - These can be a single, or combination, of switches to list open TCP, UDP or listening sockets, respectively.
|-
 
! Switch !! Description
 
|-
 
| '''-tul''' || These can be a single, or combination, of switches to list open [[TCP]], [[UDP]] or listening sockets, respectively.
 
|}
 
  
 
== Parameters ==
 
== Parameters ==
{| class="wikitable" style="line-height: 25px; margin-left: 75px;"
+
 
|-
+
* '''[name]''' - The name of the socket to search for. This parameter can also be a {{mirc|wildcard}} match.
! Parameter !! Description
 
|-
 
| '''[name]''' || The name of the socket to search for. This parameter can also be a wildcard match.
 
|}
 
  
 
== Example ==
 
== Example ==
List all [[TCP]] sockets that have the begin with '''mySock''':
+
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 ==
Added: mIRC v5.3
+
{{mIRC compatibility|5.71}}
 
 
Added On: 13/12/97
 
  
 
== See Also ==
 
== See Also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$sock identifier - mIRC|$sock]]
+
* {{mIRC|$sock}}
* [[$sockname identifier - mIRC|$sockname]]
+
* {{mIRC|$sockname}}
* [[$sockerr identifier - mIRC|$sockerr]]
+
* {{mIRC|$sockerr}}
* [[$sockbr identifier - mIRC|$sockbr]]
+
* {{mIRC|$sockbr}}
 
* {{mIRC|/sockaccept}}
 
* {{mIRC|/sockaccept}}
 
* {{mIRC|/sockclose}}
 
* {{mIRC|/sockclose}}
Line 48: Line 38:
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:MIRC commands]]
+
[[Category:mIRC commands|socklist]]

Latest revision as of 11:25, 20 February 2024

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]

[Expand]
v · d · e mIRC commands list