What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Login auto send

Login auto send
Author: Message:
Seanzy
New Member
*


Posts: 3
Joined: Jul 2006
O.P. Login auto send
Ok another question. I would like to send a message to a user as soon as they log on. Possible?

Or maybe when they sign in, it only sends them a toast with a personal message instead of opening a window. If any of that makes sense :/

This post was edited on 07-08-2006 at 12:22 PM by Seanzy.
07-08-2006 12:20 PM
Profile E-Mail PM Find Quote Report
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: Login auto send
Read the official scripting documentation; http://www.msgpluslive.net/scripts/browse/index.php?act=view&id=13
It will help you with all of these problems.

code:
OnEvent_ContactSignin(strEmail) {
    Messenger.OpenChat(Messenger.MyContacts.GetContact(strEmail)).SendMessage("hello");
}


This post was edited on 07-08-2006 at 12:36 PM by Volv.
07-08-2006 12:36 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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