set adium away message in quicksilver


/ Published in: Ruby
Save to your folder(s)

source: chris metcalfe site (i wish the firefox bookmarklet wasn't broken)


Copy this code and paste it in your HTML
  1. using terms from application "Quicksilver"
  2. on process text ThisClipping
  3.  
  4. tell application "Adium"
  5. set my status message to ThisClipping
  6. set my status type to away
  7. end tell
  8.  
  9. end process text
  10. end using terms from

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.