adium/adium

81732180bddf
Nuked MSN and Yahoo, which are known to not be working anymore. Good riddance.
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