adium/adium

Level up to 1.5.6.
adium-1.5.6 1.5.6
2013-03-18, Thijs Alkemade
90a171a6b0fc
Level up to 1.5.6.
global HandyAdiumScripts
on run
tell application "Adium"
tell account (HandyAdiumScripts's defaultAccount)
go offline
if (get status type) is not offline then error
go online
if (get status type) is not available then error
end tell
end tell
end run