What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Is this possible to make?

Is this possible to make?
Author: Message:
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: Is this possible to make?
Yeah it's possible and fairly easy :P

JScript code:
function OnEvent_ContactSignin(email)
{
     /* Open a chat window */
     var Chat = Messenger.OpenChat(email);
 
     /* Say herraw */
     Chat.SendMessage("Hello :)");
 
     /* Close it */
     Chat.SendMessage("/close");
}


Actually it is as simple as that!

This post was edited on 02-28-2010 at 06:45 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-28-2010 05:45 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Is this possible to make? - by Barathrum on 02-28-2010 at 04:53 PM
RE: Is this possible to make? - by Felu on 02-28-2010 at 04:56 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 05:45 PM
RE: Is this possible to make? - by roflmao456 on 02-28-2010 at 05:55 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 05:57 PM
RE: Is this possible to make? - by CookieRevised on 02-28-2010 at 06:37 PM
RE: Is this possible to make? - by Felu on 02-28-2010 at 06:39 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 06:47 PM
RE: Is this possible to make? - by foaly on 02-28-2010 at 08:09 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 08:34 PM
RE: Is this possible to make? - by whiz on 02-28-2010 at 09:23 PM
RE: Is this possible to make? - by billyy on 02-28-2010 at 09:26 PM
RE: Is this possible to make? - by CookieRevised on 03-01-2010 at 12:50 AM
RE: Is this possible to make? - by djdannyp on 03-01-2010 at 11:21 AM
RE: Is this possible to make? - by Barathrum on 03-01-2010 at 03:19 PM
RE: Is this possible to make? - by Spunky on 03-01-2010 at 03:45 PM
RE: Is this possible to make? - by billyy on 03-01-2010 at 04:59 PM
RE: Is this possible to make? - by CookieRevised on 03-01-2010 at 09:05 PM
RE: Is this possible to make? - by billyy on 03-02-2010 at 06:30 AM
RE: Is this possible to make? - by matty on 03-02-2010 at 02:10 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