# Lotto 6-49 Script

**Category:** Eggdrop_Bot
**Original Author:** BLaCkShaDoW ProductionS

## Description
This script implements a simple lottery game called "Lotto 6-49" for IRC channels, allowing users to participate in a private or public game. The script manages player registration, number selection, and result determination.

## Key Features
- **Commands:** !lotto on/off/help/version - Control the script's state.
- **Private Game Mode:** !lotto <nick1> <nick2>.. - Start a private game with specified players.
- **Bot Participation:** !lotto <botnick> - Play against an eggdrop bot in a private game.
- **Number Selection:** !enter - Allow users to enter the lottery after it has started.
- **Result Determination:** The script randomly selects 6 numbers from 1 to 49 and compares them with user selections.

## File Analysis
- **lotto.tcl** — Main script file that handles command bindings, player management, number selection, and result determination. It supports both public and private game modes.