What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » help with wlm 9

help with wlm 9
Author: Message:
xsuper
New Member
*


Posts: 7
Joined: Aug 2006
O.P. RE: RE: help with wlm 9
quote:
Originally posted by CookieRevised
quote:
Originally posted by Mattike
If I understand correctly, you want to make a script which only works when you're the user who signed in.

Well, you could make the OnEvent_SignIn to check the e-mail address of the user who signed in, like so:
code:
function OnEvent_SignIn(Email) {
   if(Email == "someone@hotmail.com") {
      StartScript(); //Some function which should start the script, just to give you an example.
   }
}
And then, you should do something similar with OnEvent_SignOut, so that it stops before anyone else signs in.
No.


With the new protocol used in Windows Live Messenger 9, you will be able to stay signed in at different PCs.

Before, when you signed in on PC1 and then you sign in on PC2, you would be singed out of Messenger on PC1 (showing a popup that states something like "you've signed in on another computer, click here to sign back in here").

With the new protocol this isn't so anymore; both the Messengers will have you signed in.

--------------------------------

With Plus! scripting this can not be detected.

Also note that WLM9 is still in private beta and things can change until it is publically available.

Aw... dang it
oh well thanks for clearing that up
02-25-2008 01:53 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help with wlm 9 - by xsuper on 02-18-2008 at 02:42 AM
RE: help with wlm 9 - by RaceProUK on 02-19-2008 at 02:23 AM
RE: help with wlm 9 - by xsuper on 02-24-2008 at 04:45 AM
RE: help with wlm 9 - by Matti on 02-24-2008 at 08:41 AM
RE: help with wlm 9 - by CookieRevised on 02-24-2008 at 09:30 AM
RE: RE: help with wlm 9 - by xsuper on 02-25-2008 at 01:53 AM
RE: help with wlm 9 - by Matti on 02-24-2008 at 09:45 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