We Recommend

Beginning Ruby: From Novice to Professional Beginning Ruby: From Novice to Professional
Beginning Ruby is a thoroughly contemporary guide for every type of reader wanting to learn Ruby, from novice programmers to web developers to Ruby newcomers. It starts by explaining the principles behind object-oriented programming and within a few chapters builds toward creating a genuine Ruby application.


Posted By

miklophone on 08/21/06


Tagged

applescript adium quicksilver


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

splorp
_mh_
kellyharding


set adium away message in quicksilver


Published in: Ruby 


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

  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 

You need to login to post a comment.