# Trivia Script for IRC Channels

**Category:** mIRC_Bot
**Original Author:** hex and Drakon_

## Description
This script is designed to run on an IRC channel as a trivia game, managing questions, user scores, and rankings.

## Key Features
- Manages trivia questions from a text file.
- Tracks user answers and updates their score based on correctness.
- Automatically resets the question pool after use.
- Sets up a daily backup of user data.
- Provides user ranks based on their performance in trivia games.

## File Analysis
- **trivia.tcl** — Configures the script, including channels to run on, timing for backups and stats updates, and settings for trivia questions. It also includes procedures for handling trivia questions, user management, and score tracking.
- **3hauka.txt** — Contains a list of trivia questions and their corresponding answers.