very simplistic script:
code:
var contact = "contact@hotmail.com";
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
if (Origin != Messenger.MyName && MessageKind == 1)
{
for (e = new Enumerator(ChatWnd.Contacts); !e.atEnd(); e.moveNext())
{
if (e.item().email == contact)
{
return Message.toLowerCase();
}
}
}
}
But telling him you will block him if he continues is also a good way