# BogusTrivia 2.06.4.7

**Category:** Eggdrop_Bot
**Original Author:** SpiKe^^ (Richard Fischer)

## Description
BogusTrivia is a full-featured trivia game for Eggdrop IRC bots, designed to run unattended and manage a database of questions and answers through various commands.

## Key Features
- Manages a database of trivia questions and kaos using .add and .mix commands.
- Provides public commands for starting/stopping the game, requesting hints, and viewing statistics.
- Supports custom ON/OFF triggers for command usage.
- Allows limiting player scores to prevent abuse.
- Includes advanced customization options like points rounding.

## File Analysis
- **t-2.commands.tcl** — Contains commands for managing trivia questions and kaos, including .add and .mix functionalities.
- **t-2.settings.tcl** — Configures various settings for the bot, such as channel options, game limits, and color themes.
- **t-2.tcl** — The main script file that runs the trivia game, handling commands and interactions with the database.
- **Installation.txt** — Instructions for installing and upgrading BogusTrivia on an Eggdrop bot.
- **Readme.txt** — General documentation and user notes for the script.
- **Commands.txt** — Detailed list of public commands available to users in the channel.
- **Important Notes.txt** — Important notes and tips for using the script, including database management and shell permissions.
- **bogus.ques.sample** — Sample trivia question file used as a template.