adium/adium

Remove duplicate definitions.

2013-06-02, Frank Dowsett
d1ec812f2847
Remove duplicate definitions.
global HandyAdiumScripts
on run
tell application "Adium"
if (get name of service "AIM") is not "AIM" then error
end tell
end run