From WikiChip
$vcmd Identifier - mIRC
< mirc‎ | identifiers
Revision as of 18:11, 22 September 2017 by Sophist (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The $vcmd identifier is used to retrieve commands in the voice command list.


Synopsis[edit]

$vcmd(N)

Parameters[edit]

NUsed to specify the Nth command in the list, or can be 0 to retrieve the total amount of commands in the voice command list.

Properties[edit]

None

Examples[edit]

Echo the total amount of voice commands to the active window:

//echo -a $vcmd(0)

Echo the 3rd command in the voice command list to the active window:

//echo -a $vcmd(3)

Echo the entire list of voice commands to the active window:

//var %i = 1 | while (%i <= $vcmd(0)) { echo -a $vcmd(%i) | inc %i }

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]

[Expand]
v · d · e mIRC identifier list