# MadlibBot v1.0 Beta

**Category:** Eggdrop_Bot
**Original Author:** Shawn Roles (Nerfbendr)

## Description
This is an Eggdrop bot script designed to run unattended, providing a Madlib game for users on IRC channels. It includes commands and automations to manage the game, track player scores, and display advertisements.

## Key Features
- **!help** — Provides help information about the available commands.
- **!server** — Displays the server the bot is connected to.
- **!monthtop10** — Shows the top 10 players from the previous month's Madlib game.
- **!monthtopten** — Alias for !monthtop10, showing last month's top 10 players.
- **!won NICK** — Displays a specific user's current Madlib score.
- **MadlibWelcome** — Welcomes users to the channel and informs them about the bot’s commands.
- **Advertiser** — Sends advertisements at regular intervals.

## File Analysis
- **Nerf'sMadlibsv10Beta.tcl** — Contains the main script logic, including command bindings, score tracking, and Madlib question generation.
- **InstallationInstructions.txt** — Provides instructions for installing the bot on an Eggdrop server.