From WikiChip
Difference between revisions of "mirc/commands/vcmd"
m (Bot: Adding a template) |
m (→Compatibility: Add this and fix dead link.) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/vcmd Command}} | ||
The '''/vcmd''' allows you to enable your voice commands list, for your Speech Recognition Software, within mIRC. | The '''/vcmd''' allows you to enable your voice commands list, for your Speech Recognition Software, within mIRC. | ||
− | = Synopsis = | + | == Synopsis == |
− | <pre>/vcmd - | + | <pre>/vcmd -lcar <on | off | sleep></pre> |
− | = Switches = | + | == Switches == |
− | + | * '''-l''' - Lists all of the commands in the voice commands list. | |
+ | * '''-c''' - Clears all of the commands from the voice commands list. | ||
+ | * '''-a''' - Does the same as {{mirc|/vcadd}} | ||
+ | * '''-r''' - Does the same as {{mirc|/vcrem}} | ||
− | + | == Parameters == | |
+ | * '''on''' - Turns voice command listening on. | ||
+ | * '''off''' - Turns voice command listening off. | ||
+ | * '''sleep''' - Temporarily disables voice command listening. | ||
− | = | + | == Example == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
'''Disable voice command listening''' | '''Disable voice command listening''' | ||
<pre>/vcmd off</pre> | <pre>/vcmd off</pre> | ||
Line 23: | Line 23: | ||
<pre>/vcmd -c</pre> | <pre>/vcmd -c</pre> | ||
− | = See also = | + | == Compatibility == |
− | * | + | {{mIRC compatibility|5.7}} |
− | * | + | |
− | * | + | == See also == |
− | * | + | * {{mIRC|/vcadd}} |
− | * | + | * {{mIRC|/vcrem}} |
+ | * {{mIRC|$vcmd}} | ||
+ | * {{mIRC|$vcmdver}} | ||
+ | * {{mIRC|$vcmdstat}} | ||
* [[On vcmd - mIRC|ON VCMD Event]] | * [[On vcmd - mIRC|ON VCMD Event]] | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|vcmd command - mIRC]] |
Latest revision as of 00:27, 14 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /vcmd allows you to enable your voice commands list, for your Speech Recognition Software, within mIRC.
Synopsis[edit]
/vcmd -lcar <on | off | sleep>
Switches[edit]
- -l - Lists all of the commands in the voice commands list.
- -c - Clears all of the commands from the voice commands list.
- -a - Does the same as /vcadd
- -r - Does the same as /vcrem
Parameters[edit]
- on - Turns voice command listening on.
- off - Turns voice command listening off.
- sleep - Temporarily disables voice command listening.
Example[edit]
Disable voice command listening
/vcmd off
Clear the voice commands list
/vcmd -c
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 commands list