Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created June 12, 2012 14:43
Show Gist options
  • Select an option

  • Save apeckham/2917943 to your computer and use it in GitHub Desktop.

Select an option

Save apeckham/2917943 to your computer and use it in GitHub Desktop.
block all contacts in Adium
tell application "Adium"
repeat with c in every contact
set blocked of c to true
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment