ClearMSN 5.2 Error
Okay, just messed around a little more. It does show msn colors. However, the red shows as dark green in clearmsn. I'll try some more colors to see what happens.
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.
Okay, just messed around a little more. It does show msn colors. However, the red shows as dark green in clearmsn. I'll try some more colors to see what happens.
If you are using... /dialog -m dialogname dialogname ...try this. /dialog -mo dialogname dialogname This sets the dialog on top of all windows. If this doesn't help then it might be a glitch in ktools, or something. Have you tried usin...
on *:START:{ if (%disconnected == on) { unset %disconnected } } on *:DISCONNECT:{ set %disconnected on | "put the command for connecting to the server here. For clearmsn connection to msnchat you would use "msn main" without the quotes"...
I recently reinstalled Windows XP, and upgraded to SP2 Service Pack. Now, when I use my script it freezes up whenever someone sends a message to the chatroom. I also notice that it freezes up when it tries to activate the smile theme, or...
Try this code instead. on JOIN :{ if ($level($nick) == own) && (Espressobar isin $chan) && (CanadianRomance isin $chan) { mode # +q $nick } iswm is for matching wildcard string1 with wildcard string2. You have to remember that the ch...
ClearMSN will look up all the info you need to connect automatically, and totally fast. It even finds all the groups you belong to for the passport you use. I highly reccomend it. (Y)
..i uninstalled all the scripts i had and started over just with mirc 616. and the edited vincula..still get the same /dll: unable to open 'c:\mirc\dll.tmp\dll.dll' (line 75, web-chatz2.mrc) ... The problem you might be having is you als...
It depends on what connection you use. If you have Vincula the command will be alias @join { msn $replace($2-,$chr(32),\b) } If you are using ClearMSN it would be alias @join { join $chr(37) $+ $chr(35) $+ $replace($2-,$chr(32),\b) }
You can also hold your mouse button down, and highlight in the chat window. This will help bring the text into view. After you highlight it it will work fine, then.
Also, if you use the Guest_null fix, when you try to go into msnchat it will download the appropriate msnchat control for you. Once this is done you will need to close internet explorer, and then reopen it. Once you've done this the Gues...
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...