What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] Auto Online

[request] Auto Online
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: [request] Auto Online
Yes it is possible, I'll post it once I've done :).

Edit: - Not tested.

code:
var contactsEmail = "TheEmAil@hOtMail.com";
function OnEvent_ContactSignin(Email) {
     if(Email == contactsEmail && Messenger.MyStatus == 2) {
          Messenger.MyStatus = 3;
     }
}

This post was edited on 04-21-2007 at 10:42 AM by hmaster.
[Image: sig.png]
04-21-2007 10:34 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] Auto Online - by Nerwin on 04-21-2007 at 10:21 AM
RE: [request] Auto Online - by hmaster on 04-21-2007 at 10:34 AM
RE: [request] Auto Online - by Nerwin on 04-21-2007 at 11:01 AM
RE: [request] Auto Online - by vaccination on 04-21-2007 at 01:51 PM
RE: [request] Auto Online - by Nerwin on 04-21-2007 at 03:03 PM


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