adium/adium

Updated change log for 1.5.3 and update Credits.rtf.
adium-1.6
2012-08-01, Robert Vehse
6647aa4042b7
Updated change log for 1.5.3 and update Credits.rtf.

Stephen is no longer allowed to be active, Patrick went off Objective-C (for the moment, hopefully), Robby and Alan haven't been active for a long time.

Shawn Khan has been contributing (patches, support, testing) for a while now.
global HandyAdiumScripts
on run
tell application "Adium"
try
delete window 1
error
on error number num --trap all errors
if num is -2700 then error -- if the error is the default error, caused by the 'error' directive, pass it along the chain
--otherwise, the command threw correctly
end try
end tell
end run