Code: Select all
using terms from application "Quicksilver"
on process text ThisClipping
tell application "Adium"
set the status type of the first account to away
set the status message of the first account to ThisClipping
end tell
end process text
end using terms fromAnother idea is that I could create a new custom away message named "Mute Away", and use applescript to set my status to that specific pre-saved status, and use applescript to only change the message of that status rather than make a new status. I also could not figure out how to get Applescript to set my away message to one that already has been pre-saved.
If anyone knows a way, I would really appreciate the help.
Thanks!