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:
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 »

Messages In This Thread
[request] Away auto message sender - by MicroChip123 on 12-01-2007 at 04:51 PM
RE: [request] Away auto message sender - by absorbation on 12-01-2007 at 04:55 PM
RE: [request] Away auto message sender - by warmth on 12-01-2007 at 04:56 PM
RE: [request] Away auto message sender - by MicroChip123 on 12-01-2007 at 05:45 PM
RE: [request] Away auto message sender - by vikke on 12-01-2007 at 05:48 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