Many enhancement with additional bot settings and features#2
Open
oliveratgithub wants to merge 7 commits intoplaimi:masterfrom
Open
Many enhancement with additional bot settings and features#2oliveratgithub wants to merge 7 commits intoplaimi:masterfrom
oliveratgithub wants to merge 7 commits intoplaimi:masterfrom
Conversation
Changed the README to proper markdown format and added some good-to-know content. - file extension .md added - some minor styling updates (e.g. code formatting) - referenced files will now be linked to files in repo - added how-to installation of dependencies - added new section with IRC commands
Added UTF-8 encoding to q in order to support Umlauts or other special characters from the questions file. Added a new config to set a higher level of stamina for the but, until it gets hungry.
Added UTF-8 encoding to q in order to support Umlauts or other special characters from the questions file. Added a new config to set a higher level of stamina for the but, until it gets hungry.
Added a new config to set a custom waiting time until the bot drops hints to question
In order to allow customizing (or translation, if one wants to) of the common message strings, a new file strings.py has been added. Additionally, the README has been updated to reflect this new feature.
Introducing various enhancements to play quizzes with the bot and not loosing score when chaning IRC nick name. - a new "minplayer" config is used to define a minimum number of players who must be in a channel in order to start the questions - the "recently asked questions" are now calculated based on a percentage of total number of all questions - renamed the default hiscore sql-file to sqlite - new option to allow users to keep their score while changing their IRC nick name - added config setting validation with fallback to default values - sqlite execute() commands are wrapped with try:catch - sqlite3 connect() is initialised with isolation_level
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhancements covering the following things (non exclusive, see single commits for details):
Tried my best to comply with the contribution guidelines from the README. Excuse, when it doesn't fit all the requirements - i am not that deep into python programming ;)