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

(Parameters)
 
(10 intermediate revisions by 2 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 ==
<span style="display: inline-block; width: 115px;">'''<name>'''</span>The name of the original socket to rename.
+
* '''<name>''' - The name of the original socket to rename.
 
+
* '''<newname>''' - The new name to give to the original socket.
<span style="display: inline-block; width: 115px;">'''<newname>'''</span>The new name to give to the original socket.
 
  
 
== Example ==
 
== Example ==
Line 17: Line 17:
  
 
== 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}}
* [[/sockclose command - mIRC|/sockclose]]
+
* {{mIRC|/sockclose}}
* [[/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}}
* [[/sockudp command - mIRC|/sockudp]]
+
* {{mIRC|/sockudp}}
* [[/sockwrite command - mIRC|/sockwrite]]
+
* {{mIRC|/sockwrite}}
 +
{{mIRC command list}}
  
[[Category:mIRC commands]]
+
[[Category:mIRC commands|sockrename command - mIRC]]

Latest revision as of 00:17, 4 May 2023

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]

[Expand]
v · d · e mIRC commands list