ultimatebuster
Junior Member
Posts: 17
Joined: Oct 2008
|
RE: Some big help I need
or better yet
js code: var CONTACTS = "johnsmith@hotmail.com, abcdefg@hotmail.com";
function OnEvent_Signin(Email){
if (CONTACTS.indexOf(Email) != -1){
if (!Messenger.MyContacts.GetContact(Email).Blocked) {
Messenger.OpenChat(Email).SendMessage('Hi!);
}
}
}
This post was edited on 07-09-2010 at 02:37 AM by ultimatebuster.
|
|