adium/adium

Also log the encryption details to the debug log.
adium-1.6
2013-06-25, Thijs Alkemade
fcf2f55a4bb2
Also log the encryption details to the debug log.
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