From WikiChip
Difference between revisions of "mirc/identifiers/$vcmdstat"
m (Inject moved page $vcmdstat identifier - mIRC to mirc/identifiers/$vcmdstat) |
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> | ||
− | = | + | == 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|/vcmd}} |
+ | * {{mIRC|/vcrem}} | ||
+ | * {{mIRC|$vcmd}} | ||
+ | * {{mIRC|$vcmdver}} | ||
+ | * {{mIRC|on vcmd}} | ||
+ | {{mIRC identifier list}} | ||
− | [[Category:mIRC | + | [[Category:mIRC identifiers|vcmdstat]] |
Latest revision as of 17:13, 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[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]
mIRC identifier list