Following AS Code
Code: Select all
tell application "Adium"
set theStatus to my status
end tell
if i try this AS Code:
Code: Select all
tell application "Adium"
set my status to away
end tell
ok i read the AD documentation and to set the status does not work yet. But if i set the status to Available. Adium set the status message to Custom "Available"
Sven