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 not (exists service "AIM") then error
end tell
end run