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

(Parameters)
(Parameters)
Line 8: Line 8:
  
 
== Parameters ==
 
== Parameters ==
<span style="display: inline-block; width: 115px;">'''<name>'''</span>The name of the original socket to rename.
+
* <span style="display: inline-block; width: 115px;">'''<name>'''</span>The name of the original socket to rename.
  
<span style="display: inline-block; width: 115px;">'''<newname>'''</span>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 ==

Revision as of 00:28, 30 June 2014

The /sockrename command allows mIRC to assign a new name to an existing socket connection.

Synopsis

/sockrename <name> <newname>

Switches

None

Parameters

  • <name>The name of the original socket to rename.
  • <newname>The new name to give to the original socket.

Example

Rename the socket mySocket to newSockName:

/sockrename mySocket newSockName

Compatibility

Added: mIRC v5.3

Added On: 13/12/97

See Also