Code: Select all
tell application "Adium" to get properties of the first contact whose display name is "contactname"
Code: Select all
tell application "Adium" to get status message of the first contact whose display name is "contactname"
Thanks.
Code: Select all
tell application "Adium" to get properties of the first contact whose display name is "contactname"
Code: Select all
tell application "Adium" to get status message of the first contact whose display name is "contactname"