adium/adium

Add a short delay to the contentAdded event, to ensure it's run after the content has been appended.
global HandyAdiumScripts
on run
tell application "Adium"
if (get name of service "AIM") is not "AIM" then error
end tell
end run