What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Finding a Post/Code - [solved]

Finding a Post/Code - [solved]
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [help] Finding a Post/Code
[rant]
Seriously what the fuck is up with people not reading the damn scripting documentation...
[/rant]

code:
function OnEvent_ContactSignIn(sEmail){
    if (sEmail == 'johndoe@hotmail.com'){
        var oWnd = Messenger.OpenChat(sEmail);
        oWnd.SendMessage('my message');
    }
}
11-02-2006 08:10 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Finding a Post/Code - [solved] - by MicroWay on 11-02-2006 at 08:06 PM
RE: [help] Finding a Post/Code - by matty on 11-02-2006 at 08:10 PM
RE: [help] Finding a Post/Code - by MicroWay on 11-02-2006 at 08:13 PM
RE: Finding a Post/Code - [solved] - by -dt- on 11-02-2006 at 10:48 PM
RE: Finding a Post/Code - [solved] - by MicroWay on 11-02-2006 at 10: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