adium/adium

Replace this usage of OSAtomicCompareAndSwapPtrBarrier with dispatch_once, which should be more ARCceptable.
global HandyAdiumScripts
on run
tell application "Adium"
if (get name) is not "Adium" then error
end tell
end run