What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Auto-message responder for BRB/Lunch/...etc?

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Auto-message responder for BRB/Lunch/...etc?
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
O.P. RE: Auto-message responder for BRB/Lunch/...etc?
So I can not say that I am going to begin working on these workarounds in August (yeah at least after I finish HP:DH)? :p

This post was edited on 07-20-2007 at 10:05 AM by Mnjul.
07-20-2007 10:02 AM
Profile PM Web Find Quote Report
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: Auto-message responder for BRB/Lunch/...etc?
I could do with this feature

<offtopic>
I aim to finish it in one day (like last time)
</offtopic>
Touch Innovation - touch friendly programs/applications for the windows mobile!


07-20-2007 10:13 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
O.P. RE: Auto-message responder for BRB/Lunch/...etc?
quote:
Originally posted by CookieRevised
Hence, bump, Patchou: please add this in next version :p

No :XP:

Because I've managed to make an Alpha. It's preliminary, but the most basic functionality of Personalized Status is implemented. Most importantly, it does replace the Personalized Status window launched by the status menu of main messenger window (and of course the one popping up when you change status to Away).

It does Name Tag appending, Personal Message changing and Auto-Message responding under all statuses now.

What it does not do/current known bugs:
  • No script function invocation (OnEvent_EnterPresonalizedStatus, OnEvent_LeavePersonalizedStatus) (Limitation, won't be fixed)
  • No "reset status" timer count down (will be fixed soon)
  • No contact filter (will be fixed soon)
  • No presets (will be fixed soon)

I also seek to integrate Plus! translation (since the interface is largely borrowed from Plus!'s own) in later releases.

But anyway, I'd like you all interested to take a sneak peak and test against bugs (I haven't tested much). If you like it and I'll finish the script. If you don't...oh well, please don't say you don't :XP:

.plsc File Attachment: 1000041_Enhanced Personalized Status.plsc (53.37 KB)
This file has been downloaded 168 time(s).
07-30-2007 10:39 AM
Profile PM Web Find Quote Report
andrewdodd13
Senior Member
****

Avatar
Oh so retro

Posts: 870
Reputation: 16
34 / Male / Flag
Joined: Jan 2005
RE: Auto-message responder for BRB/Lunch/...etc?
You realise that

/brb <Message> sets you brb with <Message> as the autoresponse?
[Image: AndrewsStyle.png]
07-30-2007 04:41 PM
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
O.P. RE: Auto-message responder for BRB/Lunch/...etc?
Yes, it's the current behavior, isn't it? :)
07-30-2007 05:44 PM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Auto-message responder for BRB/Lunch/...etc?
_PersoStat.js line 43 contains "personal mssage" ;)

CRegistry() needs an update. The "Nobody" key isn't used anymore in Plus! Live. And it can be made without the use of splitting, popping and joining, but never mind that for now.

quote:
Originally posted by Mnjul
No script function invocation (OnEvent_EnterPresonalizedStatus, OnEvent_LeavePersonalizedStatus) (Limitation, won't be fixed)
One of the very big major reasons why this should be implemented in Plus! itself imho.

Hence repeat: Patchou: pretty please add this in next version :p

Nice POC script... And although I don't use the personalised status anymore in Plus!Live as much as I use to do in Plus!3 (because of the lack of other statusses to choose from) I wont use this workaround script either, for the above reason (the script events).

* CookieRevised runs

Hooking contactlist with external DLL... blah :p j/k Anyways, I think there is a method to hook the contact list without the use of an external DLL. It would be perfect for something like this I think. Need to look into it further though, if it is possible, when I have some time, if you're interested...

* CookieRevised slaps Mnjul for giving Patchou a reason for not adding this now :p

EDIT: I think I used ":p" too much... so... there: :XP:

This post was edited on 07-30-2007 at 05:57 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-30-2007 05:52 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
O.P. RE: RE: Auto-message responder for BRB/Lunch/...etc?
quote:
Originally posted by CookieRevised
_PersoStat.js line 43 contains "personal mssage" ;)

OK:p
quote:
CRegistry() needs an update. The "Nobody" key isn't used anymore in Plus! Live.

i see.
quote:
And it can be made without the use of splitting, popping and joining, but never mind that for now.

i knew, i just wanted to try splitting, popping and joining, as you might've guessed :p
quote:
quote:
Originally posted by Mnjul
No script function invocation (OnEvent_EnterPresonalizedStatus, OnEvent_LeavePersonalizedStatus) (Limitation, won't be fixed)
One of the very big major reasons why this should be implemented in Plus! itself imho.

Hence repeat: Patchou: pretty please add this in next version :p

Nice POC script... And although I don't use the personalised status anymore in Plus!Live as much as I use to do in Plus!3 (because of the lack of other statusses to choose from) I wont use this workaround script either, for the above reason (the script events).

* CookieRevised runs


Hooking contactlist with external DLL... blah :p j/k Anyways, I think there is a method to hook the contact list without the use of an external DLL. It would be perfect for something like this I think. Need to look into it further though, if it is possible, when I have some time, if you're interested...

How can you provide a pointer to a JScript WndProc function for callback? :S I'd really want to hear that.
Anyway, I like the external DLL way because it's easy to implement and there's no performance penalty to use it, is there? :XP: (unless those perfectionists say everything must be done all in jscript >p)
quote:
* CookieRevised slaps Mnjul for giving Patchou a reason for not adding this now :p

EDIT: I think I used ":p" too much... so... there: :XP:


Anyway, I'll finish this script to the best degree I can. If possible, I'll hack into Plus! and have it trigger the script events >p

Just that replicating an existing function isn't much fun as creating new things.. :( (and you kinna gave me a blow, cookie :XP:)
07-30-2007 06:07 PM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Auto-message responder for BRB/Lunch/...etc?
quote:
Originally posted by Mnjul
How can you provide a pointer to a JScript WndProc function for callback? (Smilie) I'd really want to hear that.
Harry Potter magic (I hope) :p I'll look into it in the next couple of weeks...

quote:
Originally posted by Mnjul
Anyway, I'll finish this script to the best degree I can. If possible, I'll hack into Plus! and have it trigger the script events >p

damn, noooooo.... :'( /me wants this to be a Plus! feature :D

quote:
Originally posted by Mnjul
and you kinna gave me a blow, cookie :XP:
I did? Nooo, (although the script is good) I just want to see this as a Plus! function (and it would be very easy to add this I think), not as a script using workarounds.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-30-2007 07:30 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
O.P. RE: Auto-message responder for BRB/Lunch/...etc?
ok, cookie, you please get Patchou to read this thread. If Patchou says he'll add it, then i'm dropping out of this script. >p
07-31-2007 06:23 AM
Profile PM Web Find Quote Report
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: Auto-message responder for BRB/Lunch/...etc?
it's been added a couple of days ago for the next version :)
[Image: signature2.gif]
07-31-2007 06:35 AM
Profile PM Web Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » 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