What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] Away auto message sender

[request] Away auto message sender
Author: Message:
MicroChip123
New Member
*

Avatar
MicroChip123.co.nr

Posts: 2
– / Male / –
Joined: Dec 2007
O.P. Sad  [request] Away auto message sender
Well I am new to this messenger plus live thing and can someone please write me a script that just sends a message to some one when they talk to me when my status is away.

So it says something like this

Joe Blogs says: hi
MicroChip123 Says: I am away soz

I have looked at the auto takers and they are all to complex because of words that have to be said to get the bot to say stuff

Thanks in advance to any one that can help
12-01-2007 04:51 PM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: [request] Away auto message sender
You can already do this. Set your status to away using the contact list and Messenger Plus! Live will bring up an options window :):

[Image: attachment.php?pid=868225]

.png File Attachment: away-status-window.png (32.4 KB)
This file has been downloaded 461 time(s).

This post was edited on 12-01-2007 at 04:55 PM by absorbation.
12-01-2007 04:55 PM
Profile PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: [request] Away auto message sender
Why don't you try the built in feature of Messenger Plus! Live (MP!L) in self??? just put you away and a 15 seconds window will appear to let you personalize the message and other stuffs... you can access this windows throughout the preferences of MP!L too and make some presets status messages... ;) good look...
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
12-01-2007 04:56 PM
Profile PM Web Find Quote Report
MicroChip123
New Member
*

Avatar
MicroChip123.co.nr

Posts: 2
– / Male / –
Joined: Dec 2007
O.P. RE: [request] Away auto message sender
i just what a script and the built in one is not very good
12-01-2007 05:45 PM
Profile PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: [request] Away auto message sender
Here you go.
code:
function OnEvent_OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
  if(Messenger.MyStatus == 7)
  {
    ChatWnd.SendMessage("I'm Away!");
  }
  else if(Messenger.MyStatus == 6)
  {
    ChatWnd.SendMessage("I'm Idle!");
  }
}

This one has a lot of flaws, for instance, if your contact sends you 2 messages, it will answer twice. You can replace the "I'm Away!" and "I'm Idle!" texts, just don't forget the quote-marks.

This post was edited on 12-01-2007 at 05:50 PM by vikke.
12-01-2007 05:48 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