Color in MSN Name bug!

Archive of all threads restored from the backup after the forum hijack
Locked
Zjaak
Color in MSN Name bug!

Post by Zjaak » Mon Nov 03, 2003 16:25 pm

Hi,

When i try to chat with someone who has colors in his name (with MSNPlus+ or MSN Messenger for mIRC) i get this error:

* /sockopen: invalid parameters (line 227, msn.mrc)

There must be a simple way to fix this. Like getting rid of the colors and then open the chat window.

Tnx, and cya l8r

Tech
I'm Helpful!
Posts:15
Joined:Tue Oct 28, 2003 16:45 pm
Contact:

Post by Tech » Mon Nov 03, 2003 17:30 pm

Try using $strip() in the sockopen command for the chat.email
If we create A.I. wouldn't we be promoted to the position of God?

Zjaak

Post by Zjaak » Mon Nov 03, 2003 17:58 pm

Mmh, doesn't seem to work, what i have now is:

Code: Select all

sockopen chat. $+ $strip(%msn.clickemail,burc) $gettok(%msn.chatserver,1,58) $gettok(%msn.chatserver,2,58)
but i still get
-
* /sockopen: invalid parameters (line 227, msn.mrc)
-
If anyone knows how to fix it, please post it.

Thanks

Tech
I'm Helpful!
Posts:15
Joined:Tue Oct 28, 2003 16:45 pm
Contact:

Post by Tech » Mon Nov 03, 2003 18:02 pm

Give me a few seconds to look into this prob.
Last edited by Tech on Mon Nov 03, 2003 18:08 pm, edited 1 time in total.
If we create A.I. wouldn't we be promoted to the position of God?

Zjaak

Post by Zjaak » Mon Nov 03, 2003 18:05 pm

Okay, here is some information of my pc:

os: Windows ME
mhz: 350
ram: 160 mb
mirc: 6.12
Messenger4mirc: 3.20

Guest

Post by Guest » Mon Nov 03, 2003 18:06 pm

Tech wrote:Dont use the second parm.
ok, ill try

Guest

Post by Guest » Mon Nov 03, 2003 18:06 pm

doesn't work eigther :(

Tech
I'm Helpful!
Posts:15
Joined:Tue Oct 28, 2003 16:45 pm
Contact:

Post by Tech » Mon Nov 03, 2003 18:22 pm

Make it this...

Code: Select all

echo -a $strip(%msn.clickemail) ::: $gettok(%msn.chatserver,1,58) ::: $gettok(%msn.chatserver,2,58)

sockopen chat. $+ $strip(%msn.clickemail,burc) $gettok(%msn.chatserver,1,58) $gettok(%msn.chatserver,2,58)
Then respond with what it is.[/code]
If we create A.I. wouldn't we be promoted to the position of God?

Locked