Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'set ICQ/ichat status' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
set ICQ/ichat status
Authored by: ert on Apr 13, '04 03:29:31PM
Take a look at the "iChat knows where I am" script from Macworld:

http://www.macworld.com/weblogs/editors/archives/000043.php

Your applescript is probably going to look something like this:

      tell application "iChat"
        set status message to "Away"
      end tell  


[ Reply to This | # ]