# Trivia 2.2.1

**Category:** mIRC_Bot
**Original Author:** Graeme Donaldson

## Description
This is a trivia game bot designed for IRC channels, allowing users to participate in quizzes with questions and answers stored externally.

## Key Features
- Manages trivia games on a specified channel.
- Tracks player scores and displays them.
- Provides hints for unanswered questions.
- Supports winning streaks and point accumulation.
- Sends congratulatory messages upon correct answers.
- Handles question expiration if no one answers correctly.
- Updates an HTML score page (disabled by default).
- Allows users to reset scores with a password.

## File Analysis
- **trivia.tcl** — Configures the trivia game settings, including paths for questions and answers, scoring rules, and message templates.
- **trivia_que.txt** — Stores the actual trivia questions and their corresponding answers.