trilOByte: This hack works just like you would write the AIML by hand, only, this makes it easier and faster, and also, you can get your moderators to help you.
The only thing that limits how you're able to teach the bot is how AIML works, and I can't say I'm an expert at that. I recommend you have a look at the following pages to learn more:
http://www.alicebot.org/documentatio...reference.html
http://www.alicebot.org/documentation/aiml-primer.html
StarBuG: Yeah, that would be great if it could be done, but we're using fopen to add extra XML at the end of the file every time we enter a new question, and an AIML file requires this tag at the end of it:
</aiml>
I don't know how we could add extra XML to an AIML file and still keep the closing </aiml> tag...