adium/adium

Fix libjson-glib manually.
adium-1.5.10.2
2016-03-09, Thijs Alkemade
a23057ce854d
Fix libjson-glib manually.
global HandyAdiumScripts
on run
tell application "Adium"
tell account (HandyAdiumScripts's defaultAccount)
go offline
if (get status type) is not offline then error
go online
if (get status type) is not available then error
end tell
end tell
end run