adium/adium

Leveling up to 1.5.10.4 to fix a problem with Sparkle and the Default Client preferences.
global HandyAdiumScripts
on run
tell application "Adium"
if (get name of service "AIM") is not "AIM" then error
end tell
end run