# Triviaplus Script

**Category:** mIRC_Bot
**Original Author:** Souperman

## Description
This script is an enhanced trivia bot for IRC channels, allowing users to participate in various types of quizzes with multiple-choice questions and hints.

## Key Features
- Supports multiple question files with customizable layouts.
- Handles both single-line and multi-line question formats.
- Provides cheat protection by delaying answers after incorrect guesses.
- Sends hints progressively until the correct answer is revealed or the question expires.
- Tracks player scores and displays top 10 rankings.
- Manages game commands for starting, stopping, giving hints, skipping questions, and resetting scores.

## File Analysis
- **triviaplus.tcl** — Configures the bot's settings, including trigger commands, question files, hint delays, and scoring mechanisms.
- **ccnaquestions.txt** — Contains a set of CCNA exam questions with multiple-choice answers.
- **demoquestions.txt** — Demonstrates how to format single-line and multi-line trivia questions.
- **description.txt** — Provides an overview of the bot's enhancements and usage instructions.