adium/adium

We're releasing, silly.
adium-1.5.7 1.5.7
2013-07-02, Thijs Alkemade
c72b164f75a7
We're releasing, silly.
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