adium/adium

6194bf1c1f66
Update version number in Info.plist. Add a ticket number to Changes.txt.
global HandyAdiumScripts
on run
tell application "Adium"
set newChat to HandyAdiumScripts's makeNewChat()
set n to (HandyAdiumScripts's defaultService & "." & HandyAdiumScripts's defaultParticipant)
if (get id of newChat) is not n then
close newChat --restore
error
end
close newChat --restore
end tell
end run