# M*A*S*H Quotes Script

**Category:** Eggdrop_Bot
**Original Author:** Datacide@goddamn-inter.net

## Description
This script provides a random quote from the TV show "M*A*S*H" when triggered by the `!mash` command.

## Key Features
- **bind pub - !mash pub_mash**: Binds the `!mash` command to the public channel.
- **proc pub_mash {nick mask hand channel args}**: Defines a procedure that selects and displays a random quote from the provided list.

## File Analysis
- **mashquotes.tcl** — Contains the script logic for displaying M*A*S*H quotes in response to the `!mash` command.
- **README** — Provides instructions on how to install and use the script, including where to place it in an Eggdrop configuration file.