|
|
||
|---|---|---|
| local | ||
| php | ||
| storage | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| __init__.py | ||
| config.py | ||
| plugin.py | ||
| test.py | ||
README.md
This plugin has been started and it almost ready. For developers user only.
TODO
Main Priority
- New Style design - remove colors and use bold where necessary
Configuration
Setting up plugin
- download supybot
- download TriviaTime plugin and put it into your supybot plugin folder
- enable the plugin through the supybot configuration
- configure your question file and database location in config.py or by commands
- use the 'addquestionfile [filename]' command to load questions, the argument is optional
Setting up php
- get php, php-mysql (for PDO)
- configure config.php to point to your TriviaTime database in the plugin/TriviaTime/Storage/db folder