Re: iChat buddy count?
Re: iChat buddy count?
- Subject: Re: iChat buddy count?
- From: Andrew Oliver <email@hidden>
- Date: Tue, 02 Mar 2004 17:08:53 -0800
IIRC you have to query every account checking it's status to see if it's
online or not:
tell application "iChat"
get count of (every account whose status is available)
end tell
Why buddies are referenced as 'accounts' rather than 'buddies', I don't
know.
Andrew
:)
On 3/2/04 4:18 PM, "Bill White" <email@hidden> wrote:
>
This seems like a rather silly question, but is there any way to get a count
>
of online buddies, or a list of their names, in iChat? I'm not seeing
>
anything in the dictionary and it seems like it would be handy information
>
to have access to.
>
>
Thanks!
>
>
Bill
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.