From: zonidjan Date: Tue, 25 Aug 2015 21:42:40 +0000 (-0500) Subject: update TODO X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/e6143050a1821e020405d68cb17fb63213032414?hp=689e6e9590c1fbeb47bb2433ad8418b968b49a82 update TODO --- diff --git a/TODO b/TODO index 49522cc..08bab6e 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,17 @@ +== trivia == +v1: + ability to modify parameters (HINTNUM, etc) & store in db instead of code + voting for next round target points +v2: + multi-channel + team play + statistics + +== other == +module for user management +module for channel management + + +== ?????? == - Store User and Channel objects - Add no-such-command error to Bot().parsemsg -- Add level checking to Bot().parsemsg -- Add PM-to-bot support diff --git a/modules/trivia.py b/modules/trivia.py index 28ba64d..ddfe3b3 100644 --- a/modules/trivia.py +++ b/modules/trivia.py @@ -2,13 +2,6 @@ # trivia module # This file is released into the public domain; see http://unlicense.org/ -#TODO: -# stop game after X unanswered questions -# bonus points -# v2 -# team play -# statistics - HINTTIMER = 15.0 # how long between hints HINTNUM = 3 # how many hints to give MAXMISSEDQUESTIONS = 5 # how many missed questions before game stops