From WikiChip
Difference between revisions of "mirc/commands/sockrename"
(Created /sockrename command - mIRC) |
|||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/sockrename Command}} | ||
The '''/sockrename''' command allows mIRC to assign a new name to an existing socket connection. | The '''/sockrename''' command allows mIRC to assign a new name to an existing socket connection. | ||
Line 8: | Line 9: | ||
== Parameters == | == Parameters == | ||
− | + | * '''<name>''' - The name of the original socket to rename. | |
− | + | * '''<newname>''' - The new name to give to the original socket. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Example == | == Example == | ||
Line 22: | Line 17: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.3}} | |
− | |||
− | |||
== 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]] | ||
− | * | + | * {{mIRC|$sock}} |
− | * | + | * {{mIRC|$sockname}} |
− | * | + | * {{mIRC|$sockerr}} |
− | * | + | * {{mIRC|$sockbr}} |
− | * | + | * {{mIRC|/sockaccept}} |
− | * | + | * {{mIRC|/sockclose}} |
− | * | + | * {{mIRC|/socklist}} |
− | * | + | * {{mIRC|/socklisten}} |
− | * | + | * {{mIRC|/sockmark}} |
− | * | + | * {{mIRC|/sockopen}} |
− | * | + | * {{mIRC|/sockpause}} |
− | * | + | * {{mIRC|/sockread}} |
− | * | + | * {{mIRC|/sockudp}} |
− | * | + | * {{mIRC|/sockwrite}} |
+ | {{mIRC command list}} | ||
− | [[Category:mIRC commands]] | + | [[Category:mIRC commands|sockrename command - mIRC]] |
Latest revision as of 23:17, 3 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /sockrename command allows mIRC to assign a new name to an existing socket connection.
Synopsis[edit]
/sockrename <name> <newname>
Switches[edit]
None
Parameters[edit]
- <name> - The name of the original socket to rename.
- <newname> - The new name to give to the original socket.
Example[edit]
Rename the socket mySocket to newSockName:
/sockrename mySocket newSockName
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
- /sockclose
- /socklist
- /socklisten
- /sockmark
- /sockopen
- /sockpause
- /sockread
- /sockudp
- /sockwrite
mIRC commands list