What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] Online Contacts Msg Sender

[REQUEST] Online Contacts Msg Sender
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [REQUEST] Online Contacts Msg Sender
code:
function OnEvent_ContactSignin(sEmail){
    var ChatWnd_obj = Messenger.OpenChat('your email here');
    if (ChatWnd_obj.EditChangeAllowed == true){
       ChatWnd_obj.SendMessage(sEmail+' is online');
       ChatWnd_obj.Close(0);
    }
    else{
        ChatWnd_obj.Close(0);
    }
}

Something like this, however Mobile messages ARE different from normal messages as microsoft has now added offline messages.
09-27-2006 02:38 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST] Online Contacts Msg Sender - by erickjbc on 09-26-2006 at 10:06 PM
RE: [REQUEST] Online Contacts Msg Sender - by cloudhunter on 09-26-2006 at 10:08 PM
RE: [REQUEST] Online Contacts Msg Sender - by erickjbc on 09-26-2006 at 11:39 PM
RE: [REQUEST] Online Contacts Msg Sender - by matty on 09-27-2006 at 02:38 AM
RE: [REQUEST] Online Contacts Msg Sender - by deAd on 09-27-2006 at 03:00 AM
RE: [REQUEST] Online Contacts Msg Sender - by erickjbc on 09-27-2006 at 10:25 PM
RE: [REQUEST] Online Contacts Msg Sender - by CookieRevised on 09-27-2006 at 11:02 PM
RE: [REQUEST] Online Contacts Msg Sender - by erickjbc on 09-27-2006 at 11:49 PM
RE: [REQUEST] Online Contacts Msg Sender - by CookieRevised on 09-28-2006 at 12:02 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