From WikiChip
Difference between revisions of "mirc/commands/sockclose"
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{mirc title|/sockclose Command}} |
− | 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 {{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. | '''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. | ||
Line 6: | Line 6: | ||
== 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 == |
Latest revision as of 16:53, 2 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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]
- List of commands
- List of identifiers
- $sock
- $sockname
- $sockerr
- $sockbr
- /sockaccept
- /socklist
- /socklisten
- /sockmark
- /sockopen
- /sockpause
- /sockread
- /sockrename
- /sockudp
- /sockwrite
mIRC commands list