# myacro.tcl

**Category:** Eggdrop_Script
**Original Author:** rojo (EFnet #wootoff)

## Description
A script for Eggdrop IRC bots that implements an acro game, where players submit phrases fitting a randomly generated string of letters and vote on the best submissions.

## Key Features
- Manages database connections using either MySQL or SQLite.
- Supports multiple channels with the `+acro` chanset flag.
- Generates random letter strings for each round.
- Allows players to submit acros (phrases) that fit the generated letters.
- Implements voting where players vote on submitted acros.
- Awards points based on votes and popularity of submissions.
- Includes a challenge mechanism to handle trash talk.

## File Analysis
- **myacro.tcl** — The main script file containing configuration settings, database handling, and game logic.
- **README** — Provides installation instructions and documentation for the script.
- **CHANGELOG** — Lists changes made in different versions of the script.