vcmd
Just about any voice recognition software will help. You will also need an mirc agent.
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
Just about any voice recognition software will help. You will also need an mirc agent.
In order to be better able to help you we will need more info. Can you paste what you have, and that way we might be able to tell what problems you are having?
I've never used kenobi before, but you will need the subscriberinfo code to be unspeced. What connection are you using?
Here is a number game addon I created. I posted this in the July section yesterday, but decided to delete it, and move it here to the august section. Here is the code. alias numberguess { set %guess $rand(1, $+ %numberguess $+ ) | msg...
my vincula only tells me not connected to server. i've tried the /msn.resetocx and that's what i get... what did MSN do in the past two months while i was offline and how do i fix it? If you are getting the not connected to server messag...
I've heard that rebar.dll is better than ktools for docking. Try rebar instead.
Hello, how can I make a keys window? I for got how to. Need more info, lol. What do you mean by "keys window"?
This is a different way of listing people for bans, and ops. alias op.registry return $dll($findfile($mircdir,registry.dll,1),GetKeyValue,$1)) menu nicklist { Protected Ops .- .Setup ..- ..Only Protected Can Op ...- ...On:{ ...
Suppose the dialogs name is Test. Here is how you will dock using rebar.dll This will dock the dialog Master to the left of the chat window. dll $findfile($mircdir,rebar.dll,1) Dock $dialog(Master).hwnd > left This will dock the dial...
When you pay for msn service you get msnchat free with your paid subscription. So, there won't be any refunds at all if chat does go back to free, because you really didn't pay for msnchat in the first place.
Small Tutorial For Smilesview.dll: First off, you will need to make a directory so that you can copy smilesview.dll to the directory you have created, and have the dll renamed to something else so that you can use it in multiple rooms....
I know how to let the script saves logs automatically to text file but how to display them in edit or list in my dialog to look like mirc page exactly as print screen sure after clicking the specified text file in the list? So, are you s...
Yes, I thiink Ozzy_10 is right. Try using timers to send messages when people types those commands.
Try setting a variable for the read part. Here is a code to try... alias ownerkey change { var %getownerkey = $read passes.txt prop $chan ownerkey %getownerkey } I don't know if this will work for you. I haven't tried it out, ye...
yep, lol.
There are probably other posts elsewhere about it, but I'll try to help you. Okay, to get into the groups chatroom first you will need a connection script that supports userrole codes. If you have the latest Vincula then here is what y...
to ban guests, just use this code. alias GuestBan { access $chan add deny >*!*@*$* 0 } This alias will ban all guests.
Ozzy's right. It isn't useless to make coding to rejoin channel on kick. See, for one thing just having the rejoin room when kicked checked only helps you to rejoin the room when kicked. However, it doesn't reowner you, and kick the kick...
Try this code. menu * { - Knock Logger .Turn On Knock Logger:{ if (!$exists($findfile($mircdir,knocklog.dat,1))) { write knocklog.dat <Knocks Logged Here> | enable #logknock } } .Turn Off Knock Logger:.disable #logknock .- .View Log Fi...
That means you have to refresh your subscriberinformation. I get that too when I try to connect to the room I go to, but when I refresh my subscriberinfo it works just fine.
Here is one I've worked out. menu nicklist { - Protection Setup .Protect User $1 { comopen reg WScript.Shell var %b = $com(reg,RegWrite,1,string,HKEY_CURRENT_USER\SOFTWARE\Microsoft\MSNChat\4.0\Protect\\ $+ $ial($1) $+ ,string...
It isn't midnight here, yet. I also tested about 5, or 6 times, and in each instance the code changed each time I updated the userrole information. I'll test it again before I go to bed, and see if it works this time.
For those who are still on msnchat, and want to use something to keep non-subscribers out of your room here is a code to use. raw 906:*:{ access $comchan($2,1) add deny $address($2,1) 0 | access $comchan($2,1) add deny $2 0 | kick $com...
Steps To Getting Into Groups Room Via Scripture-Bot XE, XE2. 1. Run Scripture-Bot XE, XE2. 2.If this is your first time running the script right click in the "Status" window, goto "Vincula - Main Menu", and click on "Change Vincula Set...