adium/adium

Fix version number in dynamic linking.
adium-1.5.10.2
2016-03-09, Thijs Alkemade
2238439ff1f9
Fix version number in dynamic linking.
global HandyAdiumScripts
on run
tell application "Adium"
set newChatWindow to HandyAdiumScripts's makeNewChatWindow()
if (get index of chat 1 of newChatWindow) is not 1 then
close newChatWindow --restore
error
end
close newChatWindow --restore
end tell
end run