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

Check for contact...
Author: Message:
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
RE: Check for contact...
This script will also auto-message if no-spam@hotmail.co.uk's status is set to something like Busy or Out To Lunch (I also think it's simpler):
code:
var Email = "no-spam@hotmail.co.uk";
var Message = "Try my other address (no-spam@hotmail.co.uk)";

function OnEvent_ChatWndReceiveMessage(ChatWnd) {
   var Contact = Messenger.MyContacts.GetContact(Email);
   if(Contact != null && Contact.Status > 2) ChatWnd.SendMessage(Message);
}
Change the email and message to suit your needs.
04-21-2007 06:39 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Check for contact... - by mad_willsy on 04-19-2007 at 09:53 PM
RE: Check for contact... - by roflmao456 on 04-21-2007 at 04:52 AM
RE: Check for contact... - by phalanxii on 04-21-2007 at 06:39 AM
RE: Check for contact... - by Matti on 04-21-2007 at 08:22 AM
RE: Check for contact... - by mad_willsy on 04-24-2007 at 05:06 PM
RE: Check for contact... - by Matti on 04-24-2007 at 07:07 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