Marcus announced these new features in his AS3 script:
One line implementation - You can get a basic Flash Chat Pandorabot going by filling in the "yourbotid" and "Common Bot Name" arguments in this one line of code:
var botChat:Chat = new Chat("yourbotid","Common Bot Name",stage.stageWidth/2,stage.stageHeight/1.3, 85, false);
Drag - The topbar is draggable like any other application window.
Close Button - Want users to stay on your site but able to turn the chatbot off? There's a handy close button for that.
Typing Speed - A simple variable (85 up above), that controls the typing speed of your robot. Want it to respond more slowly or quickly? Adjust that. Anyway, there are a lot more subtle things in the class as well, and I hope you enjoy it.
You can download the necessary files at http://www.diariesofwar.com/downloads/AS3Chat.zipFinally, Marcus says, "Help me get my own Superbot, make a paypal donation to waarangel@gmail.com"