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
Color in MSN Name bug!
Mmh, doesn't seem to work, what i have now is:
but i still get
Thanks
Code: Select all
sockopen chat. $+ $strip(%msn.clickemail,burc) $gettok(%msn.chatserver,1,58) $gettok(%msn.chatserver,2,58)
If anyone knows how to fix it, please post it.-
* /sockopen: invalid parameters (line 227, msn.mrc)
-
Thanks
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?
Make it this...
Then respond with what it is.[/code]
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)
If we create A.I. wouldn't we be promoted to the position of God?