adium/adium

Submitted without comment.
1.5
2012-03-14, Eric Richie
4151ac3a3b1f
Submitted without comment.
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