What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Auto Send message on Conversation open

Auto Send message on Conversation open
Author: Message:
Def669
New Member
*


Posts: 2
Joined: Dec 2006
O.P. Auto Send message on Conversation open
I'm just a little confused on how to start this off (i'm new to scripting :$)
What i need is an example of a script that will message a contact when you open a conversation with them.

EG:
When you open a conversation it will automatically say "Hi." or "Hi <contacts name here>"

Thanks.

This post was edited on 12-28-2006 at 10:51 PM by Def669.
12-28-2006 10:51 PM
Profile E-Mail PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Auto Send message on Conversation open
code:
function OnEvent_ChatWndCreated(pChatWnd){
pChatWnd.SendMessage("Hi.");
}
12-28-2006 10:58 PM
Profile PM Find Quote Report
Def669
New Member
*


Posts: 2
Joined: Dec 2006
O.P. RE: Auto Send message on Conversation open
Thanks so much. (Y)
12-28-2006 10:59 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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