quote:
Originally posted by deAd
code:
var sEmail = "email@address.com";
var oContact = Messenger.MyContacts.GetContact(sEmail);
if(oContact.Status != 1){
var ChatWnd = Messenger.OpenChat(sEmail);
ChatWnd.SendMessage("hi");
}
Thanks deAd
EDIT: Just added the coded and it sent 'hi' to my contact. Is there a way for it to only do it as a sign in?
Also whenever i go to plus preferences and click ok it sends 'hi' again

any way of stoppin this?