Search found 243 matches

by andyc
Sat Aug 02, 2008 18:32 pm
Forum: Discussion on MSN for mIRC
Topic: Can't log in
Replies: 15
Views: 185078

Re: Can't log in

I don't have any intention of making an ICQ one at the moment I'm afraid, no. I didn't realise SmartICQ was dead, I remember it from way back in 2001 when I started MSN for mIRC. If you get disconnected then that usually means you've performed an illegal command, tried to delete a contact not on you...
by andyc
Sat Aug 02, 2008 16:34 pm
Forum: Discussion on MSN for mIRC
Topic: Can't log in
Replies: 15
Views: 185078

Re: Can't log in

I may have a fix for this.

Can you change line 224 of msn.mrc from:

Code: Select all

if ( %msn.data == VER $calc(%msn.main - 1)  MSNP8 CVR0 ) {
to:

Code: Select all

if ( VER $calc(%msn.main - 1) MSNP8 isin %msn.data ) {
Please get back to me and let me know if it works. :)
by andyc
Wed Jul 30, 2008 16:05 pm
Forum: Discussion on MSN for mIRC
Topic: Can't log in
Replies: 15
Views: 185078

Re: Can't log in

When it says "Connected" in debug mode that means something different. Yes, it appears that the script just gives up half way through the connection. There have been problems with NNScript in the past. It'll work if you don't use NNScript, but that's not a very good solution is it! Can you...
by andyc
Mon Jul 21, 2008 21:25 pm
Forum: Discussion on MSN for mIRC
Topic: Can logg in!
Replies: 4
Views: 25777

Re: Can logg in!

After typing that, can you paste me the contents of the Messenger window?

It should be full of debug information. Seeing this is the only way I can help you. :)
by andyc
Tue Jul 15, 2008 17:12 pm
Forum: Discussion on MSN for mIRC
Topic: BUG
Replies: 1
Views: 19308

Re: BUG

Can you translate "janela inválida" into English for me please! :)
by andyc
Thu Jun 12, 2008 17:17 pm
Forum: Discussion on MSN for mIRC
Topic: New version - v3.80 - 30th May 2008
Replies: 15
Views: 108742

Re: New version - v3.80 - 30th May 2008

Most bizarre...

I am certain that the version on the site is 3.80, if you download it then open msn.mrc you can see it says version 3.80.

All I can suggest is to wipe all traces of msn.mrc (so a search for msn.mrc) from your PC, then try to reinstall.
by andyc
Thu Jun 05, 2008 15:23 pm
Forum: Discussion on MSN for mIRC
Topic: New version - v3.80 - 30th May 2008
Replies: 15
Views: 108742

Re: New version - v3.80 - 30th May 2008

Can you redownload it from:

www.burningimage.net/msn ?

It's the correct one there.
by andyc
Wed Jun 04, 2008 16:28 pm
Forum: Discussion on MSN for mIRC
Topic: New version - v3.80 - 30th May 2008
Replies: 15
Views: 108742

Re: New version - v3.80 - 30th May 2008

Odd..

Can you tell me what it says when you type:

//echo -a $msnversion

Also, press Alt+R, then view > msn.mrc. What version does it say at the top of the file?
by andyc
Fri May 30, 2008 17:18 pm
Forum: Discussion on MSN for mIRC
Topic: New version - v3.80 - 30th May 2008
Replies: 15
Views: 108742

New version - v3.80 - 30th May 2008

Note that file sending and receiving has been redesigned for this version. Due to the way file sending and receiving works, you can only send files to and receive files from the official Microsoft clients. These include: - Windows Live Messenger (tested on 8.5, but any should be fine) - Windows Mess...
by andyc
Wed May 28, 2008 13:18 pm
Forum: Discussion on MSN for mIRC
Topic: Blinking
Replies: 1
Views: 19237

Re: Blinking

I'll add an option to turn off the blinking in the new version, out in a couple of days.
by andyc
Mon May 19, 2008 16:01 pm
Forum: Discussion on MSN for mIRC
Topic: Nice, Suggestion...
Replies: 5
Views: 29108

Re: Nice, Suggestion...

OK, I see.

I'll have a look at implementing this, I should hopefully be able to get round to it soon.

With regards to other messaging applications, they'd need to be written from scratch sadly. Something unfortunately I don't have time for in the present, but never say never!
by andyc
Mon May 12, 2008 9:36 am
Forum: Discussion on MSN for mIRC
Topic: '* /copy: unable to copy' errors
Replies: 2
Views: 21701

Re: '* /copy: unable to copy' errors

Can you do a search for the following files on your PC:
ssleay32.dll
libeay32.dll
msvcr71.dll

and when you find them, copy them in to c:\program files\mirc and then restart mIRC.

This should hopefully fix your problem. Reply here if it doesn't!
by andyc
Fri May 09, 2008 9:02 am
Forum: Discussion on MSN for mIRC
Topic: '* /copy: unable to copy' errors
Replies: 2
Views: 21701

'* /copy: unable to copy' errors

If you are getting this error then please change lines 100, 101 and 102 to: .copy -o $shortfn($gettok($scriptdir,1- $+ $calc($numtok($scriptdir,92)-1),92)) $+ \ssleay32.dll $shortfn(%mirc.dir) .copy -o $shortfn($gettok($scriptdir,1- $+ $calc($numtok($scriptdir,92)-1),92)) $+ \libeay32.dll $shortfn(%...
by andyc
Wed May 07, 2008 16:19 pm
Forum: Discussion on MSN for mIRC
Topic: Other clients other then MSN or WLM dont work
Replies: 2
Views: 21970

Re: Other clients other then MSN or WLM dont work

This has been fixed for the next version.
by andyc
Wed May 07, 2008 16:09 pm
Forum: Discussion on MSN for mIRC
Topic: Other clients other then MSN or WLM dont work
Replies: 2
Views: 21970

Re: Other clients other then MSN or WLM dont work

Interesting.

There was some word that there are issues with Trillian too. I haven't had time to look in to it but now that there are problems with other third party clients I'll try to find time to sort it.

Thanks for the report.