From WikiChip
Difference between revisions of "mirc/commands/sockclose"
m (PatrolBot moved page /sockclose command - mIRC to mirc/commands/sockclose: per new naming convention) |
|||
Line 1: | Line 1: | ||
{{mIRC menu}} | {{mIRC menu}} | ||
The '''/sockclose''' command allows the closing of any open socket connections, either specifically or by wildcard. | 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 == | == Synopsis == |
Revision as of 20:29, 7 September 2014
Template:mIRC menu 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
/sockclose <name>
Parameters
<name>: The specific socket name to be closed. This parameter can also be a wildcard match.
Example
/sockclose 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
- /socklist
- /socklisten
- /sockmark
- /sockopen
- /sockpause
- /sockread
- /sockrename
- /sockudp
- /sockwrite
mIRC commands list