![]() Contact-specific automessages - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Contact-specific automessages (/showthread.php?tid=86937) Contact-specific automessages by scumm on 10-29-2008 at 02:39 AM
Before I say anything.. quote: window no.2 quote: See how useful this could be? ![]() I did a short search of the forum, but couldn't quite find what I was looking for. So, anyone? RE: Contact-specific automessages by Matti on 10-29-2008 at 11:23 AM
Hmm, this is actually a very good suggestion. Although, it's not possible for a script to change what should be sent as auto-message when a personalised status is triggered. RE: Contact-specific automessages by Jarrod on 10-29-2008 at 11:47 AM
quote:either make it possible(@pachy) or just don't use the auto message function and just replicate one RE: Contact-specific automessages by markee on 10-29-2008 at 12:40 PM
quote:What about just finding out what the personalised status is when a message is received? That is highly possible, as is detecting when it is changed. The script would have to handle the response anyway as it is contact-specific (and he was looking for a script so I don;t think he minds having to enter the data again). If you want to get a list of the personal statuses, then I suggest using Matty's registry 'library' and iterating through the keys in "HKCU\Software\Patchou\Messenger Plus! Live\<email_address>\PersonalStatus". There is also a ResponderMessage value that you could detect sending in the script, and if there is a response for that specific contact then you could stop the message from being sent. RE: Contact-specific automessages by Matti on 10-29-2008 at 01:25 PM
@markee: Hmm, well that's indeed a way to prevent the auto-message from being sent, but a message sent by a script can't make those nice blue italic auto-messages which Plus! displays in a chat window. Or is that just a special code parsed by Plus! on the client-side like the sounds (e.g. /sapplause)? If it's just a code, I think I'll give this a shot. RE: Contact-specific automessages by markee on 10-30-2008 at 10:10 AM It is actually a really intuitive code that you wouldn't normally notice. Just put "AutoMessage: " (without quotes) at the begging of the message and then you get the nice looking message with MP!L. |