Code: Select all
tell application "Adium"
set the status of every account to away with message "Away"
end tell
Code: Select all
tell application "Adium"
set the status of every account to away with message "Away"
end tell
Code: Select all
tell application "Adium"
set the status of every account to the status "Away (muted)"
set the status message of every account to AwayMessage
end tell