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

(Created /sockrename command - mIRC)
 
(Parameters)
Line 8: Line 8:
  
 
== Parameters ==
 
== Parameters ==
{| class="wikitable" style="line-height: 25px; margin-left: 75px;"
+
<span style="display: inline-block; width: 115px;">'''<name>'''</span>The name of the original socket to rename.
|-
+
 
! Parameter !! Description
+
<span style="display: inline-block; width: 115px;">'''<newname>'''</span>The new name to give to the original socket.
|-
 
| '''<name>''' || The name of the original socket to rename.
 
|-
 
| '''<newname>''' || 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