What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] emergency! block all script?

[request] emergency! block all script?
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [request] emergency! block all script?
code:
for ( var oContact = new Enumerator ( Messenger.MyContacts ); !oContact.atEnd(); oContact.moveNext() ) {
    oContact.item().Block = true;
}

This code will block everyone on your list (it is not irreversable) it does not take into account their current blocked status. It just blocks EVERYONE.
10-17-2008 03:22 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] emergency! block all script? - by gusdim on 10-17-2008 at 01:54 AM
RE: [request] emergency! block all script? - by matty on 10-17-2008 at 03:22 AM
RE: [request] emergency! block all script? - by gusdim on 10-19-2008 at 08:57 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On