From WikiChip
Difference between revisions of "mirc/commands/vcmd"
m (→Compatibility: Add this and fix dead link.) |
|||
Line 22: | Line 22: | ||
'''Clear the voice commands list''' | '''Clear the voice commands list''' | ||
<pre>/vcmd -c</pre> | <pre>/vcmd -c</pre> | ||
+ | |||
+ | == Compatibility == | ||
+ | {{mIRC compatibility|5.7}} | ||
== See also == | == See also == | ||
− | * | + | * {{mIRC|/vcadd}} |
* {{mIRC|/vcrem}} | * {{mIRC|/vcrem}} | ||
* {{mIRC|$vcmd}} | * {{mIRC|$vcmd}} |
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