# Quote Script v1.0

**Category:** mIRC_Addon
**Original Author:** Code Mouse

## Description
This script provides a basic mechanism for managing quotes in an IRC channel by allowing users to add, delete, and display quotes.

## Key Features
- **Quote Management**: Users can add, delete, or view specific quotes.
- **Access Control**: Administrators with mode +Z can manage the quote database.
- **Command Binding**: Commands are bound to trigger on public messages and private messages.

## File Analysis
- **quote.doc** — Documentation for the script explaining how to use it and set up permissions.
- **quote.tcl** — The main script file containing the logic for adding, deleting, and displaying quotes. It includes event bindings and procedures for managing the quote database.