adium/adium

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