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

Check for contact...
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Check for contact...
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd){
var e = new Enumerator(Messenger.MyContacts);
for(; !e.atEnd(); e.moveNext()){
var Contact = e.item();
if(Contact.Email == "no-spam@hotmail.co.uk" && Contact.Status != 1){
ChatWnd.SendMessage("Try my other address (no-spam@hotmail.co.uk)");
}
}
}
[quote]
Ultimatess6
: What a noob mod
04-21-2007 04:52 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Check for contact... - by mad_willsy on 04-19-2007 at 09:53 PM
RE: Check for contact... - by roflmao456 on 04-21-2007 at 04:52 AM
RE: Check for contact... - by phalanxii on 04-21-2007 at 06:39 AM
RE: Check for contact... - by Matti on 04-21-2007 at 08:22 AM
RE: Check for contact... - by mad_willsy on 04-24-2007 at 05:06 PM
RE: Check for contact... - by Matti on 04-24-2007 at 07:07 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