Skip to content

Instantly share code, notes, and snippets.

@baris
Created March 11, 2010 10:47
Show Gist options
  • Save baris/329034 to your computer and use it in GitHub Desktop.
Save baris/329034 to your computer and use it in GitHub Desktop.
tell application "iChat"
repeat with theChat in chats
repeat with theBuddy in buddies
set buddy_id to id of theBuddy
send buddy_id to theChat
end repeat
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment