# BogusTrivia - Turkish

**Category:** Eggdrop_Bot
**Original Author:** SpiKe^^ (Richard Fischer)

## Description
BogusTrivia is a trivia game designed for IRC channels, specifically tailored for the Turkish-speaking community. It includes a set of scripts and configuration files to run an unattended trivia bot on an Eggdrop server.

## Key Features
- **Commands File**: Manages various commands like `.info`, `.stats`, and user-defined public triggers.
- **Question Management**: Handles trivia questions from a sample question file, allowing for dynamic and varied gameplay.
- **User Flags**: Allows setting separate flags to turn the game off for specific users or groups.
- **Customizable Settings**: Offers settings for point ranges, pause times between questions, hint placeholders, and more.

## File Analysis
- **t-2.commands.tcl** — Manages commands and user interactions, including public commands like `.info`, `.stats`, and custom user-defined triggers.
- **t-2.settings.tcl** — Contains game settings such as point ranges, pause times, and various customization options for the trivia game.
- **bogus.ques.sample** — A sample file containing a large set of trivia questions in both English and Turkish.
- **read me.txt** — Provides instructions on how to install and use the script, including copying files and adding question files.