# HuTrivia v2.2.1

**Category:** Eggdrop_Bot
**Original Author:** Graeme Donaldson (translated by Szabo Levente)

## Description
HuTrivia is an IRC trivia game bot that runs unattended, responding to commands and managing a trivia session on a designated channel. It tracks scores, provides hints, and displays leaderboards.

## Key Features
- Manages a trivia session in a specified channel.
- Tracks player scores and displays top 10 and top 20 rankings.
- Provides hints for players after a certain time interval.
- Sends congratulatory messages upon correct answers.
- Allows users to skip questions, request hints, or reset the game.
- Supports command-line operations like starting, stopping, pausing, and resuming the trivia session.

## File Analysis
- **trivia.tcl** — Configures the bot's settings, including channel, question file paths, score tracking, error handling, and various display options. It also defines commands for player interaction.
- **OlvassEl.txt** — Documentation providing instructions on how to configure `trivia.tcl` and a list of available commands.
- **trivia_que.txt** — Contains the trivia questions and their answers.