More status changes
You an now query for the status of an account. The result of this query is an enumerated value: available/away/invisible/offline
tell app "Adium"
tell account 1
if (get status type) is available
beep
end
end
end
No comments:
Post a Comment