From WikiChip
Difference between revisions of "mirc/commands/vcmd"
Line 2: | Line 2: | ||
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 -lcar <on | off | sleep></pre> | <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 28: | Line 23: | ||
<pre>/vcmd -c</pre> | <pre>/vcmd -c</pre> | ||
− | = See also = | + | == See also == |
* [[/vcadd command - mIRC|/vcadd]] | * [[/vcadd command - mIRC|/vcadd]] | ||
* {{mIRC|/vcrem}} | * {{mIRC|/vcrem}} |
Revision as of 22:45, 3 May 2023
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.
Contents
Synopsis
/vcmd -lcar <on | off | sleep>
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 /vcadd
- -r - Does the same as /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
/vcmd off
Clear the voice commands list
/vcmd -c
See also
mIRC commands list