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:
Asimo
New Member
*


Posts: 14
Joined: Nov 2006
RE: RE: Notifications : Auto-send message
quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by -!Felu!-
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")
}
}
}

Can I ask where the ChatWnd is being defined?
code:
contacts = new Array("name@domain.com", "name2@doamin.com")//edit these to
function OnEvent_ContactSignin(Email){//Said someone else signs in, not him
    for(i in contacts){//easier for loop
        if(Email == contacts[i]){
            var chat = Messenger.OpenChat(Email)//Assign the ChatWnd to a variable
                chat.SendMessage("Good Morning")]//Send Message         
                //chat.SendMessage("/close")
                //Optional to close window after saying hello

        }
    }
}

This method is a bit impractical as it qequires you to edit the script when you want to add somebody


hm...i can t understand you...is this new script or what...

can you make mi to download and import this...

i am begginer...

thanks

This post was edited on 12-01-2006 at 01:41 AM by Asimo.
12-01-2006 01:39 AM
Profile E-Mail PM 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