What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help: How can I make my bot send a message?

Help: How can I make my bot send a message?
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Help: How can I make my bot send a message?
code:
if(sMessage.substr(0, 4) == '!say'){
Message = sMessage.substr(4);
botMessage = "RogerBot:" + Message);
return botMessage;
}
I think that's what you're trying to do.
[Image: sig.png]
07-30-2006 04:20 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help: How can I make my bot send a message? - by RogerX on 07-30-2006 at 03:15 PM
RE: Help: How can I make my bot send a message? - by hmaster on 07-30-2006 at 04:20 PM
RE: Help: How can I make my bot send a message? - by RogerX on 07-30-2006 at 05:06 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