# Trivia Game Script

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

## Description
This script is designed to run on an IRC bot using Eggdrop and TCL (Tool Command Language). It manages a trivia game where users can compete by answering questions, with features like hints, scoring, and top 10 score tracking.

## Key Features
- Manages a trivia game on a specified channel.
- Provides commands for starting, stopping, giving hints, skipping questions, and showing the top 10 scores.
- Tracks user scores and displays them in various formats.
- Sends error reports via email or logs errors to a file.
- Generates an HTML page displaying the current state of the trivia game.

## File Analysis
- **trivia.tcl** — Contains the main logic for the trivia game, including configuration settings, commands, and event bindings.
- **trivia.readme** — Documentation on how to install and use the script, along with version history and known issues.