1 global HandyAdiumScripts
4 tell application "Adium"
9 set version
to v
--restore
11 on error number num
--trap all errors
12 if num
is -
2700 then error -- if the error is the default error, caused by the 'error' directive, pass it along the chain
13 --otherwise, the command threw correctly