Code: Select all
on substitute()
tell application "Adium"
set UIDstatus to away
set awaymessage to "Im gone"
end tell
end substitute
Code: Select all
on substitute()
tell application "Adium"
set UIDstatus to away
set awaymessage to "Im gone"
end tell
end substitute