From WikiChip
Difference between revisions of "mirc/commands/vcmd"
(→Synopsis) |
(→Switches) |
||
Line 9: | Line 9: | ||
<span style="display: inline-block; width: 60px;">'''-c'''</span>Clears all of the commands from the voice commands list. | <span style="display: inline-block; width: 60px;">'''-c'''</span>Clears all of the commands from the voice commands list. | ||
+ | |||
+ | <span style="display: inline-block; width: 60px;">'''-a'''</span>Does the same as {{mirc|/vcadd}} | ||
+ | |||
+ | <span style="display: inline-block; width: 60px;">'''-r'''</span>Does the same as {{mirc|/vcrem}} | ||
= Parameters = | = Parameters = |
Revision as of 18:35, 16 August 2022
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
-lLists all of the commands in the voice commands list.
-cClears all of the commands from the voice commands list.
-aDoes the same as /vcadd
-rDoes the same as /vcrem
Parameters
onTurns voice command listening on.
offTurns voice command listening off.
sleepTemporarily disables voice command listening.
Example
Disable voice command listening
/vcmd off
Clear the voice commands list
/vcmd -c
See also
mIRC commands list