What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Notifications : Auto-send message

Notifications : Auto-send message
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Notifications : Auto-send message
Here's a script to do that [Image: msn_wink.gif]
code:
contacts = new Array("name@domain.com", "name2@doamin.com")//edit these to
function OnEvent_Signin(Email){
for(i=0; i<contacts.length; i++){
if(Email == contacts[i]){
Messenger.OpenChat(Email)
ChatWnd.SendMessage("Good Morning")
}
}
}
11-15-2006 02:20 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Notifications : Auto-send message - by bpajak on 11-15-2006 at 02:02 PM
RE: Notifications : Auto-send message - by Felu on 11-15-2006 at 02:20 PM
RE: Notifications : Auto-send message - by bpajak on 11-15-2006 at 02:23 PM
RE: Notifications : Auto-send message - by Asimo on 12-01-2006 at 01:17 AM
RE: Notifications : Auto-send message - by Spunky on 12-01-2006 at 01:37 AM
RE: RE: Notifications : Auto-send message - by Asimo on 12-01-2006 at 01:39 AM
RE: Notifications : Auto-send message - by Spunky on 12-01-2006 at 01:48 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