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:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: RE: Script Request - Ignore specific contacts
WARNING! BUG!
code:
        if (Origin === Messenger.MyContacts.GetContact(list[i].Name)
should be:
code:
        if (Origin === Messenger.MyContacts.GetContact(list[i]).Name)
Your code would fail because:
  • You've placed the .Name inside the GetContact() function.
  • You've forgot the end ) for the if-statement

Note: You will be able to ignore contacts in StuffPlug 3, which will be released soon. It will let them send you messages and you won't notice it, it won't even be saved in the logs! ;) So if you can wait a little bit longer... :P

This post was edited on 08-24-2006 at 04:05 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-24-2006 04:02 PM
Profile E-Mail PM Web 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