Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: To The Pro's: please correct this cool script
Here's the code
code: function OnEvent_MyStatusChange(NewStatus)
{
if (NewStatus == "4")
{
var Contacts = Messenger.MyContacts;
var Contact = Contacts.GetContact("smarterchild@hotmail.com");
if (Contact.Blocked == false)
{
Contact.Blocked = true;
}
MsgPlus.DisplayToast("Sander", "Sander heeft je geblokkeerd." ," C:\Program Files\MSN Messenger\online.wma");
}
}
|
|