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

auto messaging
Author: Message:
jollyscripts
Junior Member
**


Posts: 16
Joined: Aug 2007
O.P. auto messaging
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) {

    if(Origin != Messenger.MyName) {

        if(Message == "hi") {
       
           
         
            ChatWnd.SendMessage("hey, how r u")         
           
           
        }
    }
}

that is a script i wrote for my msn

now i want to be able to do the following

1) apply it to certain email addresses.
2) send it a certain amount of times

PLEASE HELP
09-07-2007 06:55 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
auto messaging - by jollyscripts on 09-07-2007 at 06:55 PM
RE: auto messaging - by davidpolitis on 09-08-2007 at 04:58 PM
RE: auto messaging - by Matti on 09-08-2007 at 06:24 PM
RE: auto messaging - by davidpolitis on 09-08-2007 at 08:58 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