# BogusTrivia 2.06.4.7

**Category:** Eggdrop_Bot
**Original Author:** SpiKe^^

## Description
BogusTrivia is a trivia game script designed for Eggdrop and Windrop bots. It allows users to play trivia games, track player statistics, and manage the database of questions.

## Key Features
- Supports adding new trivia questions from files.
- Mixes the question database for gameplay.
- Provides public commands for starting/stopping the game, requesting hints, and viewing stats.
- Tracks top players across different time periods (day, week, month, total).
- Includes settings to customize game behavior and appearance.

## File Analysis
- **Commands.txt** — Contains a list of available commands with examples and explanations.
- **Important Notes.txt** — Provides important notes and guidelines for using BogusTrivia.
- **t-2.commands.tcl** — Implements the public commands and their functionalities.
- **t-2.settings.tcl** — Configures various settings such as game options, color themes, and user access.
- **t-2.tcl** — The main script that handles the core functionality of the trivia game.