# Simple Roll Script v1.0

**Category:** mIRC_Addon
**Original Author:** Samutz

## Description
A simple Tcl script designed to mimic the /roll command used in World of Warcraft, allowing users to roll a random number between 1 and a specified maximum or between 1 and 100.

## Key Features
- Implements the `!roll` command to generate random numbers.
- Supports rolling a number within a user-specified range.
- Provides feedback through IRC messages.

## File Analysis
- **roll.tcl** — Contains the logic for handling the `!roll` command, including validation and generation of random numbers. The script uses Tcl commands such as `proc`, `bind`, and `putserv` to interact with the IRC server and users.