What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » I have a question about the new msn 2011?

I have a question about the new msn 2011?
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: I have a question about the new msn 2011?
If you install Messenger Plus! 4.9 you can create a script and insert this code

Javascript code:
function OnEvent_Initialize() {
    if (Messenger.MyStatus < STATUS_INVISIBLE) return false;
    for (var oContact = new Enumerator(Messenger.MyContacts); !oContact.atEnd(); oContact.moveNext())
        if (oContact.item().Blocked === true)
            Debut.Trace(oContact.item().Email);
 
    Debug.DebuggingWindowVisible = true;
}
 
function OnEvent_SigninReady() {
    OnEvent_Initialize()
}

01-21-2011 04:43 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I have a question about the new msn 2011? - by digitalis on 01-21-2011 at 03:47 PM
RE: I have a question about the new msn 2011? - by matty on 01-21-2011 at 04:43 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