From WikiChip
Difference between revisions of "mirc/identifiers/$vcmdstat"
< mirc‎ | identifiers

m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''$vcmdstat''' can be used to get the current status of the voice command listener for mIRC.
+
{{mirc title|$vcmdstat identifier}}'''$vcmdstat''' can be used to get the current status of the voice command listener for mIRC.
  
= Synopsis =
+
 
 +
== Synopsis ==
 
<pre>$vcmdstat</pre>
 
<pre>$vcmdstat</pre>
  
= Switches =
+
== Parameters ==
 
None
 
None
  
= Results =
+
== Properties ==
<span style="display: inline-block; width: 30px;">'''0'''</span>Service is not available.
+
None
 
 
<span style="display: inline-block; width: 30px;">'''1'''</span>Service is currently off.
 
 
 
<span style="display: inline-block; width: 30px;">'''2'''</span>Service is ignoring commands.
 
  
 +
== Results ==
 +
<span style="display: inline-block; width: 30px;">'''0'''</span>Service is not available.<br />
 +
<span style="display: inline-block; width: 30px;">'''1'''</span>Service is currently off.<br />
 +
<span style="display: inline-block; width: 30px;">'''2'''</span>Service is ignoring commands.<br />
 
<span style="display: inline-block; width: 30px;">'''3'''</span>Service is on, and listening for commands.
 
<span style="display: inline-block; width: 30px;">'''3'''</span>Service is on, and listening for commands.
  
= Example =
+
== Examples ==
'''Echo the status of the voice command listener to the active window'''
+
Echo the status of the voice command listener to the active window:
 
<pre>//echo -a $vcmdstat</pre>
 
<pre>//echo -a $vcmdstat</pre>
  
= See also =
+
== Compatibility ==
* [[/vcadd command - mIRC|/vcadd]]
+
{{mIRC compatibility|5.7}}
* [[/vcmd command - mIRC|/vcmd]]
+
 
* [[/vcrem command - mIRC|/vcrem]]
+
== See also ==
* [[$vcmdver identifier - mIRC|$vcmdver]]
+
* {{mIRC|/vcadd}}
* [[On vcmd - mIRC|ON VCMD Event]]
+
* {{mIRC|/vcmd}}
 +
* {{mIRC|/vcrem}}
 +
* {{mIRC|$vcmd}}
 +
* {{mIRC|$vcmdver}}
 +
* {{mIRC|on vcmd}}
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifier]]
+
[[Category:mIRC identifiers|vcmdstat]]

Latest revision as of 18:13, 22 September 2017

$vcmdstat can be used to get the current status of the voice command listener for mIRC.


Synopsis[edit]

$vcmdstat

Parameters[edit]

None

Properties[edit]

None

Results[edit]

0Service is not available.
1Service is currently off.
2Service is ignoring commands.
3Service is on, and listening for commands.

Examples[edit]

Echo the status of the voice command listener to the active window:

//echo -a $vcmdstat

Compatibility[edit]

Added: mIRC v5.7
Added on: 02 Feb 2000
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