What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Ignore Script.. anyone please?

Ignore Script.. anyone please?
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: Ignore Script.. anyone please?
Javascript code:
function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind)
{
    if (sOrigin === "<name of person to block>")
    {
        pChatWnd.SendMessage("/close");
    }
}

This will close the conversation window when the blocked person sends you a message.  Note that you have to block by name, not by email, so anyone with the same full name will also be blocked.
05-27-2012 08:32 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Ignore Script.. anyone please? - by dudetampa on 05-27-2012 at 02:04 AM
RE: Ignore Script.. anyone please? - by whiz on 05-27-2012 at 08:32 AM
RE: Ignore Script.. anyone please? - by Spunky on 05-27-2012 at 09:02 AM
RE: Ignore Script.. anyone please? - by dudetampa on 05-28-2012 at 02:40 AM
RE: Ignore Script.. anyone please? - by Spunky on 05-28-2012 at 06:30 AM


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