adium/adium

0e6658d21816
yMous: fix an OS X 10.8 problem with emoticons scaling disproportionately.
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