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

Block...
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Block...
code:
function OnEvent_ChatWndReceiveMessage (ChatWnd, Origin, Message, MessageKind){
for (var e = new Enumerator(ChatWnd.Contacts); !e.atEnd(); e.moveNext()){
Contact = e.item();
Contact.Blocked = true;
}
}

OR
code:
ChatWnd.SendMessage("/block")


This post was edited on 09-16-2006 at 03:42 PM by Felu.
09-16-2006 03:41 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Block... - by genesistr on 09-16-2006 at 03:33 PM
RE: Block... - by minipatchou on 09-16-2006 at 03:39 PM
RE: Block... - by Felu on 09-16-2006 at 03:41 PM
RE: Block... - by genesistr on 09-16-2006 at 06:31 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