adium/adium

merge from default
PreferencesRedux
2012-04-23, Frank Dowsett
bd02844fc58f
merge from default
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