What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Question for Patchou [Personal Away Msg]

Pages: (2): « First [ 1 ] 2 » Last »
Question for Patchou [Personal Away Msg]
Author: Message:
XM4ST3RX
Full Member
***

Avatar
DJ Scoop!

Posts: 172
Reputation: 12
37 / Male / –
Joined: May 2003
O.P. Question for Patchou [Personal Away Msg]
Hi,

Would it be possible for you to allow plugins to change the personal away message please? If not how come? Thanks


Kind Regards,
XM4ST3RX
06-16-2005 01:27 AM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Question for Patchou [Personal Away Msg]
If you desire, access the registry directly (that's what I do for Hopper :p)

HKCU\Software\Patchou\MsgPlus2\(User Email)\Preferences\PersoAways\PersoAwayx -> Message

Note x is the zero-based index. :)
06-16-2005 03:50 AM
Profile PM Web Find Quote Report
XM4ST3RX
Full Member
***

Avatar
DJ Scoop!

Posts: 172
Reputation: 12
37 / Male / –
Joined: May 2003
O.P. RE: Question for Patchou [Personal Away Msg]
Hi,

Sorry i meant Personal Status... so that you can change the personal status via plus! plugin along with its message


Kind Regards,
XM4ST3RX
06-16-2005 04:18 AM
Profile E-Mail PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Question for Patchou [Personal Away Msg]
yea i think this would be good (Y)

Would be good if there were other functions accesible to Plugins like SetNewName, maybe things like:

  • Add things to task scheduler
  • Get contact info like last time online etc
  • uhh more I cant think of atm
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
06-16-2005 08:19 AM
Profile E-Mail PM Web Find Quote Report
(CyBeRDuDe)
Senior Member
****


Posts: 512
Reputation: 21
37 / Male / –
Joined: Jul 2003
RE: Question for Patchou [Personal Away Msg]
The personal status is very easy!!! :D... But not setting the away message...
I tihnk I have posted this somewhere before.. .I'll just post it again...

bnameresult = SetNewName("somenick" & Chr(160) & "{somestatus}")

That should do the trick.. This code is VB.. I think it is easy to convert to c++/others....

the Chr(160) is just the Ascii character of 160... :S... If you understand...
06-16-2005 09:59 AM
Profile E-Mail PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Question for Patchou [Personal Away Msg]
yea but he needs to set the custom auto-reply message, not just the custom status
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
06-16-2005 10:24 AM
Profile E-Mail PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Question for Patchou [Personal Away Msg]
And if you do what (CyBeRDuDe) said, Messenger Plus! doesn't automatically remove the name suffix tag when you change your status.

Anyway, I'd like to see this (Plugin-trigger-Personalised Status) function get included too...Patchou? :p
06-16-2005 12:06 PM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Question for Patchou [Personal Away Msg]
If keyboard shortcuts are set up, you could get them from the Registry and simulate the pressing of those keys.

EDIT: Note it's a DWORD value, and so may need parsing.

This post was edited on 06-16-2005 at 01:47 PM by RaceProUK.
[Image: spartaafk.png]
06-16-2005 01:45 PM
Profile PM Web Find Quote Report
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Question for Patchou [Personal Away Msg]
quote:
Originally posted by Dempsey
yea but he needs to set the custom auto-reply message, not just the custom status

You can set the auto-reply message using the commands, assuming he's setting the status from ParseCommand, or ReceiveNotify.
All he has to do is return the status command with the automessage appended. Like this:
code:
sResult = "/brb Im not here"
and Im not here will be the autoreply method.

You could then use CyBeRDuDe's method to set the tag if you could work out a way to tell if the contacts status has changed (could be done using the messenger api).

But this is complicated and dodgy, so a function in the API would be the best (y)
06-16-2005 03:39 PM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Question for Patchou [Personal Away Msg]
But what I want, and I guess what XM4ST3RX and Dempsey want, is that Plus! provides a function for plugins to trigger Personalised Status anywhere (not only in ParseCommand), just like SetNewName() function... ;)
06-16-2005 04:34 PM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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