What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Automated reply problem

Automated reply problem
Author: Message:
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: RE: Automated reply problem
quote:
Originally posted by le-foot
function OnEvent_ContactSignin(Email){
   
       
    var Message = "Hey";
    {______}.SendMessage(Message);
       
}

Okay, instead of when someone says something, I automatically say something when someone signs in.

Now do I put something in the {_____}?

Thanks
code:
function OnEvent_ContactSignin(Email){
  var ChatWnd = Messenger.OpenChat(Email)
  var Message = "Hey";
  ChatWnd.SendMessage(Message);
}

Untested
04-25-2008 10:45 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Automated reply problem - by le-foot on 04-24-2008 at 02:59 PM
RE: Automated reply problem - by MeEtc on 04-24-2008 at 03:13 PM
RE: Automated reply problem - by le-foot on 04-24-2008 at 03:15 PM
RE: Automated reply problem - by MeEtc on 04-24-2008 at 03:21 PM
RE: Automated reply problem - by le-foot on 04-24-2008 at 03:23 PM
RE: Automated reply problem - by MeEtc on 04-24-2008 at 03:26 PM
RE: Automated reply problem - by le-foot on 04-25-2008 at 02:29 AM
RE: Automated reply problem - by roflmao456 on 04-25-2008 at 02:38 AM
RE: Automated reply problem - by le-foot on 04-25-2008 at 05:45 AM
RE: Automated reply problem - by le-foot on 04-25-2008 at 09:06 AM
RE: RE: Automated reply problem - by Veggie on 04-25-2008 at 10:45 AM
RE: Automated reply problem - by le-foot on 04-27-2008 at 06:27 AM
RE: Automated reply problem - by le-foot on 05-02-2008 at 10:04 AM
RE: Automated reply problem - by Spunky on 05-02-2008 at 06:12 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