code:
function OnEvent_ChatWndSendMessage(oChatWnd, nMessage){
var aContacts = new Array();
if (nMessage === '/cBlock'){
for (var e = new Enumerator(oChatWnd.Contacts); !e.atEnd(); e.moveNext()){
aContacts[aContacts.length] = e.item().Email;
}
for (var j=0; j < 5; j++){
for (var i in aContacts){
aContacts[i].Blocked = !aContacts[i].Blocked;
}
}
}
return "";
}
should doesn't work.
Don't get angry if everyone blocks you when you use this code, because
quote:
Originally posted by Matty
its very annoying!