Scripting support for contact's status

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
Post Reply
dosha
Harmless
Posts: 1
Joined: Tue Mar 31, 2009 6:35 am

Scripting support for contact's status

Post 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.
mtimmsj
Frappa
Posts: 144
Joined: Wed Jun 08, 2005 6:55 pm
Location: Olympia, WA

Re: Scripting support for contact's status

Post by mtimmsj »

Looks like a bug to me.

Edit: Found it and there is a workaround -

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