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"
activate
end tell
tell application "System Events"
if not (exists application process "Adium") then error
end tell
end run