summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/quiz.rb
AgeCommit message (Expand)Author
2007-02-11quiz plugin: initial support for unicode (UTF-8) answersGiuseppe Bilotta
2007-02-10quiz plugin: online and on-disk sources can now be customizedGiuseppe Bilotta
2007-02-07Rubify ugly unhilight_nick codeGiuseppe Bilotta
2007-02-07quiz plugin: dottification of nicks made optional, defaults to trueGiuseppe Bilotta
2007-02-06Suppress a couple of warningsGiuseppe Bilotta
2007-02-01Previous commit also implemented quiz autoask delay, but I had forgotten to l...Giuseppe Bilotta
2007-02-01salut plugin: don't try matching something when we know nothingGiuseppe Bilotta
2007-01-30quiz plugin was failing on private messages. Fix the problemGiuseppe Bilotta
2007-01-11Fix more ranking bugs, hopefully prevent corruptionGiuseppe Bilotta
2007-01-11Stupid typo in previous commitGiuseppe Bilotta
2007-01-11The quiz scores databases can get corrupt sometimes. Until we find how and wh...Giuseppe Bilotta
2007-01-07Make sure the quiz plugin doesn't fail when win messages haven't been foundGiuseppe Bilotta
2007-01-05Fix a bug in quiz.rb listen()Giuseppe Bilotta
2006-12-22Only react on PrivMessage in salut and quizGiuseppe Bilotta
2006-10-25When contacted in private, quiz plugin now uses 'private' as a key instead of...Giuseppe Bilotta
2006-10-25Minor quiz cleanupsGiuseppe Bilotta
2006-10-24Initial implementation of proper caching based on last-modified and etag HTTP...Giuseppe Bilotta
2006-09-20Bugfix for the quiz plugin: With newly created games (no scores yet known) th...Mark Kretschmann
2006-09-20Quiz plugin: Improve error handling.Mark Kretschmann
2006-09-04Fix regression in the quiz plugin: The same winning messages would be repeate...Mark Kretschmann
2006-08-26Separate out the winning messages in an extra file, as advised by tango_.Mark Kretschmann
2006-08-25Remove some legacy code.Mark Kretschmann
2006-08-25Initial import of the multiplayer trivia quiz game for rbot.Mark Kretschmann