adium/adium

merge adium-1.6 into default

2014-07-20, Frank Dowsett
fb9288582076
merge adium-1.6 into default
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