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

m (Bot: Adding a template)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The '''/sockclose''' command allows the closing of any open socket connections, either specifically or by wildcard.
+
{{mirc title|/sockclose Command}}
 +
The '''/sockclose''' command allows the closing of any open socket connections, either specifically or by {{mirc|wildcard}}.
 +
 
 +
'''Note''': if you close a socket inside a socket event, all infos on the socket are lost and $sockname will be set to $null as well.
  
 
== Synopsis ==
 
== Synopsis ==
 
<source lang="mIRC">/sockclose <name></source>
 
<source lang="mIRC">/sockclose <name></source>
 +
 +
== Switches ==
 +
 +
None
  
 
== Parameters ==
 
== Parameters ==
'''<name>''': The specific socket name to be closed. This parameter can also be a wildcard match.
+
'''<name>''': The specific socket name to be closed. This parameter can also be a {{mirc|wildcard}} match.
  
 
== Example ==
 
== Example ==
Line 11: Line 18:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.3
+
{{mIRC compatibility|5.3}}
 
 
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}}
* [[/sockaccept command - mIRC|/sockaccept]]
+
* {{mIRC|/sockaccept}}
* [[/socklist command - mIRC|/socklist]]
+
* {{mIRC|/socklist}}
* [[/socklisten command - mIRC|/socklisten]]
+
* {{mIRC|/socklisten}}
* [[/sockmark command - mIRC|/sockmark]]
+
* {{mIRC|/sockmark}}
* [[/sockopen command - mIRC|/sockopen]]
+
* {{mIRC|/sockopen}}
* [[/sockpause command - mIRC|/sockpause]]
+
* {{mIRC|/sockpause}}
* [[/sockread command - mIRC|/sockread]]
+
* {{mIRC|/sockread}}
* [[/sockrename command - mIRC|/sockrename]]
+
* {{mIRC|/sockrename}}
* [[/sockudp command - mIRC|/sockudp]]
+
* {{mIRC|/sockudp}}
* [[/sockwrite command - mIRC|/sockwrite]]
+
* {{mIRC|/sockwrite}}
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:MIRC commands]]
+
[[Category:mIRC commands|sockclose command - mIRC]]

Latest revision as of 17:53, 2 May 2023

The /sockclose command allows the closing of any open socket connections, either specifically or by wildcard.

Note: if you close a socket inside a socket event, all infos on the socket are lost and $sockname will be set to $null as well.

Synopsis[edit]

/sockclose <name>

Switches[edit]

None

Parameters[edit]

<name>: The specific socket name to be closed. This parameter can also be a wildcard match.

Example[edit]

/sockclose mySock

Compatibility[edit]

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[edit]

[Expand]
v · d · e mIRC commands list