]> jfr.im git - erebus.git/history - modules/trivia.py
trivia - fix findq help
[erebus.git] / modules / trivia.py
2023-11-26  John Runyontrivia - fix findq help
2023-10-15  John Runyontrivia - also track time of streaks
2023-10-15  John Runyontrivia - add max-streak tracking
2023-06-28  John Runyontrivia - update findq commands and add findqa
2023-05-08  John Runyontrivia - add tie-breaker for target votes with no winne...
2023-01-05  John Runyonadd utility function to trivia module
2022-01-30  John Runyontrivia - two bugfixes
2021-12-15  zonidjantrivia - FINDQ searches for partial matches now, too
2021-07-23  zonidjantrivia add todo
2021-07-23  zonidjantrivia - py3 compat
2021-04-10  zonidjanpy3 updates
2021-03-08  zonidjantrivia - update !start wrong-channel message
2020-08-23  zonidjantrivia - update correct answer format
2020-04-04  zonidjantrivia - show streak breaker, fix streak calc
2020-04-04  zonidjantrivia - bugfix - write HOF before updating lastwon...
2020-03-29  zonidjanadd streaks to trivia
2019-10-18  zonidjantrivia - allow truncating !delq response
2019-09-05  zonidjanconvert trivia's dep on userinfo to softdep
2019-06-30  zonidjantrivia - allow truncating showq response
2019-05-31  zonidjanallow to truncate messages
2019-05-23  zonidjantrivia - add args requirements for findq/findqre, fix...
2019-05-23  zonidjantrivia - alias !trivia to !start
2019-05-23  zonidjantrivia - small bugfixes
2019-05-23  zonidjantrivia - use fastmsg more places, update messaging
2018-08-17  zonidjanuserinfo - remove _ from keys/has/get/set/delete
2018-07-30  zonidjanupdate encoding
2018-05-14  zonidjantrivia - allow to set topic via services
2018-04-07  zonidjanadd compatibility with Python3. add README.
2017-11-27  zonidjanrevert apiversion to 0
2017-10-27  zonidjancheck line length before sending message - fixes #17
2017-10-11  zonidjanbugfixes
2017-10-07  zonidjantrivia - bugfixes
2017-10-07  zonidjantrivia - modify special questions
2017-10-05  zonidjanmodule cleanup
2017-10-04  zonidjantrivia - add category helper commands and add category...
2017-10-01  zonidjanchange to use str.startswith
2017-09-25  zonidjantrivia correct isinstance tests to subclass
2017-09-15  zonidjanmove TODOs in code to github issues
2017-09-09  zonidjantrivia - minor updates
2017-09-03  zonidjanadded softdeps to modinfo - bumped APIVERSION
2017-09-02  zonidjantrivia - categories; update TODO
2017-08-25  zonidjanupdate __del__
2017-08-23  zonidjantrivia - change message formatting
2017-07-09  zonidjantrivia - update savedb
2017-07-09  zonidjantrivia - improve reliability of savedb
2017-06-07  zonidjanclean up trivia
2017-05-20  zonidjanadded help to each module
2017-03-26  zonidjanmove EXCEPTION to eval module
2017-03-25  zonidjantrivia - findq changes
2017-03-24  zonidjantrivia
2017-02-22  zonidjantrivia - fix (bogus!) pylint errors
2016-09-16  zonidjanadd slowmsgqueue - only sent when no regular messages
2016-09-13  zonidjantrivia - bugfix; less verbose
2016-09-13  zonidjantrivia - bugfixes
2016-09-13  zonidjantrivia - update !stop logic, bugfix person()/pts()
2016-09-12  zonidjanadd msg queueing
2016-09-12  zonidjantrivia - add last win to topic
2016-07-27  zonidjancode style and minor bug fixes
2016-06-24  zonidjanadd randomly generated "id" to questions for log searching
2016-06-24  zonidjanremove qid from question announcement
2016-06-24  zonidjaninclude last and current question id in badq report
2016-06-24  zonidjanadded regex question search
2016-04-04  zonidjanupdate modules to use default command name (based on...
2016-03-26  zonidjantrivia bugfix
2016-02-11  zonidjantrivia bugfix
2015-12-21  zonidjanfix bug not clearing curq on answer
2015-12-16  zonidjanadd reporting of bad questions
2015-12-14  zonidjanadded country display; and minor bugfixes to trivia
2015-12-13  zonidjanadded automatic topic changing
2015-12-13  zonidjanadd pause between questions
2015-12-13  zonidjanreformat json
2015-11-17  zonidjanfixing bug where TriviaState used global variable inste...
2015-11-17  zonidjanfixed permissions check bug in trivia
2015-09-10  zonidjancleaning up TODOs and FIXMEs
2015-09-07  zonidjanbug fix for previous commit
2015-09-07  zonidjanupdate trivia to use bot.config to find trivia.json...
2015-09-06  zonidjanadded ability for bot to update a trivia hall-of-fame
2015-09-06  zonidjanfinished target point voting
2015-09-06  zonidjanimplement next-round voting. still need !vote command
2015-09-04  zonidjanadded question mgmt commands and parameter modify
2015-08-27  zonidjanadded some coloring to trivia, a few temporary aids...
2015-08-25  zonidjanupdate TODO
2015-08-25  zonidjanadd twitter announcing of new rounds & auto stop questi...
2015-08-24  zonidjanMerge branch 'master' of github.com:zonidjan/erebus
2015-08-19  zonidjanadded needchan=False to all trivia commands
2015-08-15  zonidjantrivia bugfixes
2015-08-14  zonidjantrivia v1 done
2015-08-14  zonidjantrivia
2015-05-21  zonidjanmore work on trivia module
2015-05-21  zonidjanmore work on trivia
2015-05-20  zonidjanerr... yeah.
2015-05-20  zonidjanbeginning to write a trivia-bot module.