|
|
||
|---|---|---|
| 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
- if stop is used during a question, wait until after the question is finished to stop the game.
- New Style design - remove colors and use bold where necessary
- Update permissions - prevent the typical user from accessing admin commands
- when question is skipped start the next question immediately
- add amount of active players in last seven days to .info
Second Priority
These items are bonus features that will not effect gameplay.
- ping command
- Merge points command
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