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

auto responding
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: auto responding
Well then you would have to use the ChatWndReceiveMessage event and match the Message with some string.

JScript code:
var greetings = [
"hi",
"hello",
"hey"
];
 
function OnEvent_ChatWndSendMessage(ChatWnd, Origin, Message){
if(Origin != Messenger.MyName) for(i in greetings) if(Message == greetings[i]) ChatWnd.SendMessage ("hi");
}

[quote]
Ultimatess6
: What a noob mod
12-23-2008 08:39 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
auto responding - by jollyscripts on 12-23-2008 at 07:04 PM
RE: auto responding - by roflmao456 on 12-23-2008 at 07:14 PM
RE: auto responding - by jollyscripts on 12-23-2008 at 07:20 PM
RE: auto responding - by roflmao456 on 12-23-2008 at 08:39 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