Cog + Adium + status update

23rd Φεβ 2008zLinks, Tech, Macintosh, zLinks, Tech, Programming

Η ανανεωμένη έκδοση του προηγούμενου script. Η ανανέωση του status δεν γίνεται πλέον χειρονακτικά αλλά κάθε 30″ αυτόματα.

set old_title to " "
set new_title to " "
repeat
delay 30
tell application "Cog"
set this_title to the title of the currententry
end tell
set new_title to this_title
if new_title is not equal to old_title then
set old_title to new_title
tell application "Adium"
-- set the status message of the account "****@gmail.com" to this_title
set the status message of accounts to this_title
end tell
end if
end repeat

Καλού κακού την postάρισα και στο forum του Cog.

Related posts:

  1. Cog + Adium + status
  2. Cog
  3. Steps for a successful symfony living part 1

No Comments Κανάλι σχολίων

Sorry, the comment form is closed at this time.

The comments are closed.