Page 1 of 1

Scripting support for contact's status

Posted: Tue Mar 31, 2009 7:00 am
by dosha
I'm trying to write a script checks the status of a contact. I've looked over the Applescript support document and found the following code to call all properties of a contact:

Code: Select all

tell application "Adium" to get properties of the first contact whose display name is "contactname"
That successfully returns all properties of a contact but I can't for the life me me figure out how to just call it to return a user's status message. I would think it would be something similar to:

Code: Select all

tell application "Adium" to get status message of the first contact whose display name is "contactname"
But that just throws an error. I know it's probably something dead simple so I would really appreciate it if someone could help me with this.


Thanks.

Re: Scripting support for contact's status

Posted: Thu Apr 02, 2009 6:48 am
by mtimmsj
Looks like a bug to me.

Edit: Found it and there is a workaround -

http://trac.adiumx.com/ticket/11491