adium/adium

6194bf1c1f66
Update version number in Info.plist. Add a ticket number to Changes.txt.
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