What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Bot?

[Request] Bot?
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [Request] Bot?
Yes, I'm sorry for not explaining how to get it working.
  1. Open a conversation with the person you want to be the bot from.
  2. Type and send the command /startbot to start the bot feature.
  3. Now, if the person says e.g. "Hi there!", you automaticly reply with "Hey (user)!" where (user) is the person who send you "Hi there!". :)
  4. This also works with "How are you?" and "Wazzup?", you will reply with the message "I'm fine! :) And how are you?"
  5. To stop the bot for this person, just type /stopbot. This will disable the bot from sending messages to this person, but will still work on other persons. ;)
To add more automatic replies, add the following code:
code:
var gotThanks = msg.indexOf("thanks");
var gotThnx = msg.indexOf("thnx");
var gotThankyou = msg.indexOf("thank u");
if(gotThanks != -1 || gotThnx != -1 || gotThankyou) {
ChatWnd.SendMessage("No problem, " + User + "! ;)");
}
or something likely at this location:
code:
if(gotWhatsUp != -1 || gotWazzup != -1 || gotHowAreYou != -1) {
ChatWnd.SendMessage("I'm fine! :)\nAnd how are you?");   
}
//Here the new code :)
}
I also updated the attachment, I left a small bug behind... :$
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
06-26-2006 01:49 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Bot? - by h-t on 06-25-2006 at 08:26 PM
RE: [Request] Bot? - by L. Coyote on 06-25-2006 at 08:34 PM
RE: [Request] Bot? - by h-t on 06-25-2006 at 08:38 PM
RE: [Request] Bot? - by -DRK-panoz on 06-25-2006 at 09:31 PM
RE: RE: [Request] Bot? - by Mike on 06-25-2006 at 09:41 PM
RE: [Request] Bot? - by L. Coyote on 06-25-2006 at 09:38 PM
RE: RE: [Request] Bot? - by cooldude_i06 on 06-25-2006 at 09:45 PM
RE: [Request] Bot? - by h-t on 06-26-2006 at 11:27 AM
RE: [Request] Bot? - by Yomeh on 06-26-2006 at 11:58 AM
RE: [Request] Bot? - by Yomeh on 06-26-2006 at 12:05 PM
RE: [Request] Bot? - by mathieumg on 06-26-2006 at 12:16 PM
RE: [Request] Bot? - by Yomeh on 06-26-2006 at 12:18 PM
RE: [Request] Bot? - by Matti on 06-26-2006 at 12:52 PM
RE: [Request] Bot? - by Matti on 06-26-2006 at 01:49 PM
RE: [Request] Bot? - by Matti on 06-26-2006 at 02:02 PM
RE: [Request] Bot? - by -dt- on 06-26-2006 at 02:22 PM
RE: RE: [Request] Bot? - by segosa on 06-26-2006 at 02:35 PM
RE: RE: RE: [Request] Bot? - by JonnyT on 06-26-2006 at 06:45 PM
RE: [Request] Bot? - by Matti on 06-26-2006 at 02:37 PM
RE: [Request] Bot? - by novolo on 06-26-2006 at 04:35 PM
RE: RE: [Request] Bot? - by can16358p on 06-26-2006 at 06:34 PM
RE: [Request] Bot? - by Plik on 06-26-2006 at 05:09 PM
RE: [Request] Bot? - by Lou on 06-26-2006 at 06:01 PM
RE: [Request] Bot? - by can16358p on 06-26-2006 at 06:32 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