hmm did a search for my name this thread appeared
I thought about doing this with my script whereas i would cycle through open contact windows and unblock them. But rushed it really so i just did it so that the person could just open the contact window and then they would become unblocked.
I can probally write the code for you and when i do i will post it here for you...
if i dont seem to be doing anything email me at:
leachy_ov_ashton@hotmail.com
I probally forgot
Done the code...
var Windows = Messenger.CurrentChats;
var e = new Enumerator(Windows);
for(; !e.atEnd(); e.moveNext())
{
var ChatWindow = e.item();
var Contacts = ChatWindow.Contacts;
var f = new Enumerator(Contacts);
for(; !f.atEnd(); f.moveNext()) {
var Contact = f.item();
Contact.Blocked=False;
}
}
Will have to test and probally fix tonight when i get home... Should be home bout alf 5