What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script Request - Ignore specific contacts

Script Request - Ignore specific contacts
Author: Message:
kb135
New Member
*


Posts: 3
Joined: Aug 2006
O.P. RE: RE: Script Request - Ignore specific contacts
quote:
Originally posted by -!Felu!-
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
if (Origin == Messenger.MyContacts.GetContact("Ignogred Contact 1").Name){
    ChatWnd.SendMessage("/close");
}
if (Origin == Messenger.MyContacts.GetContact("Ignogred Contact 2").Name){
    ChatWnd.SendMessage("/close");
}
if (Origin == Messenger.MyContacts.GetContact("Ignogred Contact 3").Name){
    ChatWnd.SendMessage("/close");
}
}
Edit Ignored Contact 1/2/3 to the email of the contacts you want to ignore.

This would close the Chat Window as soon as the message is received and you will not even notice it, unless you have pop-up notifications for Messages.


This is exactly what i am looking for :) thank you
Now i need to know how to block the pop-up messages too ;)
08-24-2006 03:47 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script Request - Ignore specific contacts - by kb135 on 08-24-2006 at 01:48 PM
RE: Script Request - Ignore specific contacts - by Ash_ on 08-24-2006 at 02:07 PM
RE: Script Request - Ignore specific contacts - by kb135 on 08-24-2006 at 02:26 PM
RE: Script Request - Ignore specific contacts - by RaceProUK on 08-24-2006 at 02:28 PM
RE: Script Request - Ignore specific contacts - by Felu on 08-24-2006 at 02:30 PM
RE: RE: Script Request - Ignore specific contacts - by kb135 on 08-24-2006 at 03:47 PM
RE: Script Request - Ignore specific contacts - by markee on 08-24-2006 at 03:57 PM
RE: RE: Script Request - Ignore specific contacts - by Matti on 08-24-2006 at 04:02 PM
RE: RE: RE: Script Request - Ignore specific contacts - by J-Thread on 08-24-2006 at 07:56 PM
RE: RE: RE: RE: Script Request - Ignore specific contacts - by TheBlasphemer on 08-25-2006 at 04:17 PM
RE: Script Request - Ignore specific contacts - by CookieRevised on 08-24-2006 at 06:06 PM
RE: Script Request - Ignore specific contacts - by vikke on 08-24-2006 at 08:01 PM
RE: Script Request - Ignore specific contacts - by Jimcando on 08-24-2006 at 09:28 PM
RE: Script Request - Ignore specific contacts - by cloudhunter on 08-24-2006 at 10:12 PM
RE: Script Request - Ignore specific contacts - by RaceProUK on 08-25-2006 at 10:10 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