# Trivia Game Script

**Category:** Eggdrop_Bot
**Original Author:** Graeme Donaldson

## Description
This script is an IRC trivia game designed to run on Eggdrop bots. It allows for a structured, automated trivia session where players can earn points by answering questions correctly.

## Key Features
- **Start/Stop Game**: Allows the bot to start or stop the trivia game.
- **Hint System**: Provides hints to help players answer questions.
- **Score Tracking**: Keeps track of player scores and ranks them.
- **Streaks**: Tracks winning streaks for players who answer correctly in a row.
- **Error Reporting**: Allows users to report errors in questions/answers.

## File Analysis
- **trivia.tcl** — Main script that handles the trivia game logic, including starting/stopping the game, giving hints, and managing scores.
- **trivia.questions** — Database of trivia questions and answers used by the game.
- **trivia.readme.html** — Documentation for the script, explaining how to use it and its features.