From WikiChip
Difference between revisions of "mirc/identifiers/$vcmdstat"
m |
m |
||
Line 1: | Line 1: | ||
− | {{mirc title|$vcmdstat | + | {{mirc title|$vcmdstat identifier}}'''$vcmdstat''' can be used to get the current status of the voice command listener for mIRC. |
− | '''$vcmdstat''' can be used to get the current status of the voice command listener for mIRC. | ||
− | = Synopsis = | + | == Synopsis == |
<pre>$vcmdstat</pre> | <pre>$vcmdstat</pre> | ||
− | = | + | == Parameters == |
None | None | ||
− | = | + | == Properties == |
− | + | None | |
− | |||
− | |||
− | |||
− | |||
+ | == 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. | ||
− | = | + | == Examples == |
− | + | 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 == |
+ | {{mIRC compatibility|5.7}} | ||
+ | |||
+ | == See also == | ||
* {{mIRC|/vcadd}} | * {{mIRC|/vcadd}} | ||
* {{mIRC|/vcmd}} | * {{mIRC|/vcmd}} | ||
* {{mIRC|/vcrem}} | * {{mIRC|/vcrem}} | ||
+ | * {{mIRC|$vcmd}} | ||
* {{mIRC|$vcmdver}} | * {{mIRC|$vcmdver}} | ||
− | * {{mIRC | + | * {{mIRC|on vcmd}} |
− | |||
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|vcmdstat]] |
Revision as of 17:11, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$vcmdstat can be used to get the current status of the voice command listener for mIRC.
Synopsis
$vcmdstat
Parameters
None
Properties
None
Results
0Service is not available.
1Service is currently off.
2Service is ignoring commands.
3Service is on, and listening for commands.
Examples
Echo the status of the voice command listener to the active window:
//echo -a $vcmdstat
Compatibility
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
mIRC identifier list