The first "fully working" (in theory) beta of the next generation of Trivia 2000 is pretty much done and I'm wondering if there's anyone out there that either uses an older version currently and would like to upgrade or would just be happy to help test it and report back if they find any bugs, inconsistencies or general problems with it. I know there are a lot of people out there using it by the number of emails I get but dont want to release a potentially slightly buggy script. (I dont think it is, but I'd rather thoroughly test it before releasing it to be sure).
The new version has a lot of functionality that I get emails requesting all the time and is the next step towards where I want Trivia 2000 to end up finally.
Code: Select all
# ------------------------------------------------------------------------------------------------- #
# New in Version 2.0.5.beta #
# Multi word answers can now be used in the question files and are accepted correctly by the bot. #
# !start command enhanced to accept the number of questions required in this round, maximum number #
# to allow is configured at the top of the script (default 25). The new command format is !start ** #
# i.e !start 10 will start a ten question round. The !start command still works the same as always. #
# New option to announce the number of questions left in the round before each question by default. #
# New public command !announce on/off to switch on or off the above function. #
# New option to display the answers if nobody gets the question right after each question. #
# New public command !answers on/off to switch on or off the above function. #
# New function that notifies users when the round has finished. #
# Bug Fix: !stop command now stops the game timers correctly and the game wont respond to a correct #
# answer after the !stop command is issued. (I hadn't realised it was even doing it before). #
# Bug Fix: !game off command now cant be used while a round is in progress, !stop command must be #
# issued first to stop the game as it also wasnt stopping the timers correctly. #
# ------------------------------------------------------------------------------------------------- #
If anyone is interested, please let me know in here, by PM or by Email and I'll get back to you.
Thanks