What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Some big help I need

Some big help I need
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Some big help I need
Javascript code:
function OnEvent_ContactSignin(sEmail) {
    // Make sure they are my friend
    if (sEmail === 'myfriendexample135@hotmail.co.uk') {
        // Make sure the contact isn't blocked
        if (Messenger.MyContacts.GetContact(sEmail).Blocked === false) {
            Messenger.OpenChat(sEmail).SendMessage('Hello mate!');
        }
    }
}

07-08-2010 07:39 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Some big help I need - by SR01001010 on 07-08-2010 at 07:36 PM
RE: Some big help I need - by matty on 07-08-2010 at 07:39 PM
RE: Some big help I need - by ultimatebuster on 07-09-2010 at 02:36 AM
RE: Some big help I need - by whiz on 07-09-2010 at 08:12 AM
RE: Some big help I need - by Matti on 07-09-2010 at 12:55 PM
RE: Some big help I need - by SR01001010 on 07-09-2010 at 11:51 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