mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2015
Posts: 3
K
Kogije Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Apr 2015
Posts: 3
When I do:
/vcmd -lc on
vcadd Moo Cow

Where Moo Cow is the Voice Command
I get:
* Voice commands on
-
* Voice commands list empty
-
* Unable to update voice commands
-

It does not matter what Voice Command I try to add, I get the same results.
I'm using Windows 7 64 bit
What am I missing to get this working?

Last edited by Kogije; 16/04/15 09:16 PM.
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Please replace $1- with what is actually passed and show us that line

Last edited by Loki12583; 16/04/15 09:02 PM.
Joined: Apr 2015
Posts: 3
K
Kogije Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Apr 2015
Posts: 3
Okay, so I've been all over the internet looking for a solution for this and haven't found anything.

I tried changing the script to:

Alias ListenUp {
if ($vcmdver == $null) halt
vcmd -c on
vcadd Moo Cow
}

and

Alias ListenUp {
if ($vcmdver == $null) halt
vcmd on
vcadd Moo Cow
}

Still the same problem but with the -l removed from vcmd I no longer get:

* Voice commands list empty
-

Joined: Apr 2015
Posts: 3
K
Kogije Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Apr 2015
Posts: 3
I went over all the Options in mIRC and didn't find anything there to help.
My Windows 7 built in Voice Recognition is working and even lets me dictate to mIRC when it is selected.
the vcmd command in mIRC is working too!
So what is the problem with vcadd?

Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks for your post. I was able to reproduce this issue as well. It looks like there has been a change in recent updates of Windows that is preventing speech recognition from working in mIRC. Unfortunately there is no way to resolve the issue in current versions of mIRC. However the issue has been fixed for the next version.


Link Copied to Clipboard