Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / ASUnitTests / AdiumSupportsAIM.applescript
blob9d2cd17c76172d2b14e9873ac6e296a1eea51650
1 global HandyAdiumScripts
3 on run
4 tell application "Adium"
5 if not (exists service "AIM") then error
6 end tell
7 end run