adium/adium

Merged adium-1.5.3 into adium-1.6
adium-1.6
2012-08-08, Thijs Alkemade
7f98f2c6290d
Merged adium-1.5.3 into adium-1.6
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