adium/adium

5883c460b8cb
Updated Sparkle to 1.17.0, to fix a problem when copying broken symlinks.
global HandyAdiumScripts
on run
tell application "Adium"
activate
if not (get frontmost) then error --more of an error with Apple's stuff, but hey, I can still check for it.
end tell
end run