Go to file
rootcoma b56ccdc1fa Adding capabilites check to admin/mod commands, Fixing .stop, Formating 2013-11-07 06:48:00 -08:00
local Upload plugin default 2013-01-02 20:27:52 -06:00
php linking stats page to users pages 2013-11-06 13:11:26 -08:00
storage Removing uneeded file 2013-11-06 20:36:05 -08:00
.gitignore Initial commit 2013-01-02 18:20:07 -08:00
LICENSE Added license 2013-08-02 16:27:49 -05:00
README.md Update README.md 2013-11-07 07:41:19 -06:00
__init__.py Minor changes 2013-11-02 13:21:21 -05:00
config.py adding '.' other hint command 2013-11-06 12:50:44 -08:00
plugin.py Adding capabilites check to admin/mod commands, Fixing .stop, Formating 2013-11-07 06:48:00 -08:00
test.py Tinkering 2013-08-02 20:48:20 -05:00

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
  • Update permissions - prevent the typical user from accessing admin commands
  • continue streaks when trivia stops

Configuration

Setting up plugin

  1. download supybot
  2. download TriviaTime plugin and put it into your supybot plugin folder
  3. enable the plugin through the supybot configuration
  4. configure your question file and database location in config.py or by commands
  5. use the 'addquestionfile [filename]' command to load questions, the argument is optional

Setting up php

  1. get php, php-mysql (for PDO)
  2. configure config.php to point to your TriviaTime database in the plugin/TriviaTime/Storage/db folder