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