# CoinFlip-DiceRoll.tcl

**Category:** mIRC_Addon
**Original Author:** SpiKe^^

## Description
This script provides commands for coin flipping and dice rolling in IRC channels.

## Key Features
- **!coin**: Flips a coin between two players.
- **!roll**: Rolls dice with customizable parameters, including default settings and custom dice rolls.
- **!custom**: Allows users to specify custom dice configurations.

## File Analysis
- **CoinFlip-DiceRoll.tcl** — Contains the main script logic for handling commands related to coin flipping and dice rolling. It includes settings for channel configuration, command bindings, and text templates for output messages.