Skip to content
ClearMSN Connection

ClearMSN 5.4

A TG007 community discussion started by Gwen.

Closed discussion 22 posts
Pinned topic
Pinned Closed
Topic #1854 · 22 published posts · 3,945 views

Hey vex smile.gif Nice job!

 

I'm just updating some of the kicks for CE 9.0 and am wondering if the sockwrite kicks that were so fast in vincula will still be so fast in clearmsn? or if there is a faster way to code them for clearmsn.

 

For example this is a pretty fast kick using vincula..but how about clearmsn?

 

f2 { sockwrite -tn msn.server. $+ $cid kick $msn.get($cid,fullroom) $$1 Quick-Kicker

}

 

 

ty gwen. that sockwrite kick command should work fine in ClearMSN 5.4, and it's probably the fastest way to do it.

 

although i would suggest, in other kick commands with kick msg's longer than 1 word, to put the : at the beginning of the kick message (otherwise only the 1st word will show up). but thats not clearmsn's, fault that's irc protocol.

Edited Nov 9, 2004 5:36 PM by vexation

bfush.PNG

I'm gonna be mean to you just coz I don't like your theme tongue.gif. Nah, this is an actual problem I'm getting atm (I can take out the theme):

-
* /sockwrite: 'update' not connected (line 647, clearmsn54.mrc)
-
* /sockwrite: 'uap|[email protected]' not connected (line 647, clearmsn54.mrc)
-
_lookup servers         › opening groups lookup connection (passport: [email protected])...
_lookup servers         › groups connection established: waiting for authorization...
» Cannot Connect to Groups (Update Passport Information)

Any suggestions?

 

You might not have your passport set to default. Go into the passport section, click on the passport you want to use in the passport window, and click on the button "Set Default". It should work then. You may have to restart the script, or just type in /msn to reset the connection.

Yes I have it set to the default passport; it's the only passport. I don't only try the basics ya know wink.gif

Vex sent me an update, which also doesn't work unsure.gif so atm we're both at a loss. I'm sure it'll be worked out in due time though.

 

try not using the 'update all paasports' option. cmsn will update the passport automatically when it starts.

bfush.PNG

I dint have an single probs until now clear msn 5.4 is very much good according to me.Now that clear msn work with $me encoded nicks its very much obvious that majority of scripts will be working with clear msn 5.4 smile.gif .

 

 

There is nothing so absurd but some philosopher has said it

try not using the 'update all paasports' option. cmsn will update the passport automatically when it starts.

Tried updating several different ways that are built-in. No joy.

 

thumbup.gif I just downloaded this connectionm and it has to be one of the bes I have ever seen. EXCELLENT JOB!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Cleric - the only reason it would give you the error "socket not connected..." is, well, if the socket can't connect. I'm sure you know this, so I don't mean to give you a retarded obvious answer, and this is probably a stupid suggestion, but have you made sure you don't have any firewalls blocking mIRC?

 

I have tried in my copy (the same one I gave you) to update in every way. They all work with no errors for me, so that's all I can think of. Are you using the latest version of mIRC? ClearMSN was designed for 6.15+. If you're not, scan the file for any lines commented out using the new /* ... */ method. If your version of mIRC doesn't suppor that, then just remove any sections that use it, because that will screw up your script.

 

uap|[email protected] is a socket name only used during the 'update all passports' command, so if you are still seeing that error without telling it to update them all at once, then ClearMSN is opening that socket when it shouldn't be, which is probably caused by something being commented out as above.

 

That's all I can suggest because I have absolutely no problems.

bfush.PNG

Hey vex,

Just doing some indepth testing to see how clearmsn works with everything else..and I ran into a bit of a problem.

 

When the clearmsn theme isn't checked..and my biblebot file is turned on, clearmsn won't send any input messages to the channel..except the biblebot verse requests.

 

Now it might well be a problem with the bible bot coding..except that it works correctly with vincula and also with clearmsn when the clearmsn theme IS check marked.

 

So I'm not sure..yet what is up. Just thought it might be a problem with the input on the non-clearmsn theme you are using in clearmsn 5.4

 

Also..on about half the occassions of joining the group room here..from the list of group rooms..it gives me a 'not registered' error when I use the msnregcookie. When I put in a nick..it lets me join the groups no trouble. Maybe its just something here, not sure yet.

 

 

there's no alternative theme when clearmsn theme is unchecked. it defaults to mirc's built-in theme, so there's no "on input" events even active in the script at that time. you could have a faulty line in an "on input" event in one of your other scripts... the proper command to send a message is /msg $chan $1-

 

the not registered error is a mystery to me, because i haven't gotten the thing even once. i think once yesterday i saw the error message but it didn't stop anything from working, and it still used the regcookie nickname.

 

at any rate, there may be *minor* updates to the current ClearMSN file, but I am concentrating on doing a complete revision/rewrite for the next full release, so for the most part bugs that would require a lot of coding to fix will remain unfixed. sorry for any inconvenience, but i think my scripting ability has sort of outgrown the confines of the current file.

 

in the interest of heading off bug reports for things that will not be fixed until the next full release, i'll post this list of KNOWN BUGS:

 

> Occasional "Not Registered" Errors in Groups Chat. Just rejoin the room to work around this.

 

> Complete disconnect from MSN is not always re-connected.

 

> more to come? I hope not.

bfush.PNG

Hey, Gwen. Glad to see you here, again.

 

Concerning your problem with the input event, can you post the code you have? The one I have seems to be working great. So, I might be able to help you if someone else doesn't help first. smile.gif

Hi warrior smile.gif nice to see you again, and I hope that all has been well there. Its winter here again, so I'm inside and on the computer more again.

 

This is the first part of the input coding.

on *:INPUT:#: { 
 var %text = $strip($1-)
 if ($left($1,1) == /) { $1- } 
 set %bbversion $gettok(%text,1,32) 
 if (%bbversion == !biblelist) && ($bibleini(biblebot)) {
   /cq $nick ===== BibleBot System =====
   /cq $nick Current Bible Versions are [Version (abbreviation) x 4]:
   var %line
   if ($bibleini(biblebotACV)) && ($exists($mircdirbible\ACV)) { var %line = A Conservative Version (ACV) $chr(126) | var %total = $calc(%total + 1) }
   if ($bibleini(biblebotAKJV)) && ($exists($mircdirbible\AKJV)) { var %line = %line American King James Version (AKJV) $chr(126) | var %total = $calc(%total + 1) }
} 

Works now blink.gif I changed nothing but it didn't work for a few days. Now it just doesn't connect to groups unsure.gif but it's probably just temporary.

 

Hopefully this code will help.

 

on *:INPUT:#: {
var %text = $strip($1-)
if ($left($1,1) == /) { msg $active $1- }
set %bbversion $gettok(%text,1,32)
if (%bbversion == !biblelist) && ($bibleini(biblebot)) {
  /cq $nick ===== BibleBot System =====
  /cq $nick Current Bible Versions are [Version (abbreviation) x 4]:
  var %line
  if ($bibleini(biblebotACV)) && ($exists($mircdirbible\ACV)) { var %line = A Conservative Version (ACV) $chr(126) | var %total = $calc(%total + 1) }
  if ($bibleini(biblebotAKJV)) && ($exists($mircdirbible\AKJV)) { var %line = %line American King James Version (AKJV) $chr(126) | var %total = $calc(%total + 1) }
}

 

P.S.: Hope it won't get too cold there. It isn't winter here, yet, but it is starting to get pretty chilly, lol. smile.gif

The thing I dont get about clear msn, is why does it take forever for messages from the script to show up in webchat? uhm.gif

Edited Nov 12, 2004 12:19 AM by Molsonâ„¢

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

i don't see any problems with messages going to webchat Molson when i type it goes right away to webchat maybe it time for a upgrade or new computer

No I dont think so nexon. laugh.gif Well found the problem, if you have more than one onjoin message only one of them shows up in webchat.

Edited Nov 12, 2004 12:54 AM by Molsonâ„¢

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

i noticed that when i do /pass to host that i dont get the window is there a different option for this in cmsn?