mIRC Homepage
Posted By: _D3m0n_ Voice recognition - 04/02/03 03:25 AM
ok i setup the microsoft agents and all that but what im trying to do is make it do something like

on *:VCMD:hello:*: /msg # $1-

but it wont do anything other than msg the chan and say hello ...... no nick im wanting to know if thats even possible?
Posted By: Cheech Re: Voice recognition - 04/02/03 03:55 AM
try setting the nick to a variable such as
on *:VCMD:hello:*:
set %blah $nick
msg # hello %blah
you could perhaps just use the $nick in the line you had like so
on *:VCMD:hello:*: /msg # $1- $nick or
on *:VCMD:hello:*: /msg # hello $nick


© mIRC Discussion Forums