quote:
Originally posted by -!Felu!-
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");
     }
}
i would have gotten there soon enough