James Seward 906e1d4ab8 Try to use unicode with mySQL and output %!s(int64=12) %!d(string=hai) anos
..
sql cce5c1d011 v1.3 %!s(int64=15) %!d(string=hai) anos
www 906e1d4ab8 Try to use unicode with mySQL and output %!s(int64=12) %!d(string=hai) anos
QuoteEngine-settings.sample.tcl cce5c1d011 v1.3 %!s(int64=15) %!d(string=hai) anos
QuoteEngine.tcl 78446e8eb3 Define the pickRandom function if it doesn't exist already %!s(int64=14) %!d(string=hai) anos
README cce5c1d011 v1.3 %!s(int64=15) %!d(string=hai) anos

README

QuoteEngine by JamesOff
http://jamesoff.net


Quick start, because I can't be arsed writing a full one ;)

SQL setup
---------

1. Create a user and database in your mysql server for the bot to use
2. Populate the database using the .sql script


TCL setup
---------

1. Install mysqltcl package
2. Put the QuoteEngine.tcl file in your eggdrop's scripts/ directory
3. Edit the QuoteEngine-settings.sample.tcl file and save it as
QuoteEngine-settings.tcl in your scripts/ directory
4. Put "source scripts/QuoteEngine.tcl" in your bot's config file


Webpage setup
-------------

1. Put the files in the www directory in the right place in your webserver
2. Edit settings.sample.inc to have the right details, and rename to settings.inc
3. Profit