From WikiChip
$cid Identifier - mIRC
< mirc‎ | identifiers

$cid returns the connection id to the script that requests it.


Synopsis[edit]

$cid

Parameters[edit]

None

Example[edit]

Echo to the currently active window the connection ID it is related to

//echo -a $cid

'Code an alias to echo to the active window the connection ID for that script

alias showcid {
  echo -a $cid
}

Compatibility[edit]

Added: mIRC v6.0
Added on: 03 Feb 2002
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]

$activecid

$lactivecid

$scid

$scon

/scid

[Expand]
v · d · e mIRC identifier list