What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » PSM change by script still not working properly

PSM change by script still not working properly
Author: Message:
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
O.P. RE: PSM change by script still not working properly
it is my own private script,
it's being called from:
Javascript code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind){
    if(Message.charAt(0) == "!"){
        parseCommands(Message,ChatWnd,Origin);
//(..)
case'link':
                    setLink(params,Origin,wnd);
                    break;
//(..)
   if(linkdoel.substr(0,7) == "http://" || linkdoel.substr(0,6) == "mms://"){
       
        Messenger.MyPersonalMessage = "(" + Origin + ") " + linktekst + " -> http://link.foaly.nl";


can a skin influence the way the code works?

This post was edited on 06-17-2011 at 12:31 PM by foaly.
[signature.jpg]
06-17-2011 12:29 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PSM change by script still not working properly - by foaly on 06-16-2011 at 04:10 PM
RE: PSM change by script still not working properly - by totonf on 06-16-2011 at 04:14 PM
RE: PSM change by script still not working properly - by Spunky on 06-16-2011 at 05:56 PM
RE: PSM change by script still not working properly - by foaly on 06-17-2011 at 12:29 PM
RE: PSM change by script still not working properly - by Spunky on 06-17-2011 at 02:01 PM
RE: PSM change by script still not working properly - by foaly on 06-17-2011 at 07:08 PM
RE: PSM change by script still not working properly - by foaly on 06-19-2011 at 02:37 PM
RE: PSM change by script still not working properly - by MartinJones on 06-27-2011 at 12:46 PM
RE: PSM change by script still not working properly - by V@no on 06-20-2012 at 03:27 AM
RE: PSM change by script still not working properly - by matty on 06-20-2012 at 04:27 PM
RE: PSM change by script still not working properly - by V@no on 06-22-2012 at 12:05 AM
RE: PSM change by script still not working properly - by matty on 06-22-2012 at 12:28 PM
RE: PSM change by script still not working properly - by Menthix on 06-22-2012 at 01:18 PM
RE: PSM change by script still not working properly - by matty on 06-22-2012 at 01:23 PM
RE: PSM change by script still not working properly - by Spunky on 06-22-2012 at 01:28 PM
RE: PSM change by script still not working properly - by V@no on 06-23-2012 at 04:25 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On