# Discworld Quotes 1.0

**Category:** Eggdrop_Bot
**Original Author:** Dibbler (dibbler@hotmail.com)

## Description
This script provides random quotes from Terry Pratchett's Discworld series, triggered by the `!disc` command in a channel.

## Key Features
- **bind pub - !disc pub_disc**: Binds the `pub_disc` procedure to the `!disc` command for public channels.
- **proc pub_disc {nick mask hand channel args}**: Defines the procedure that selects and displays a random quote from the list.
- **set disc**: Contains a list of quotes from various Discworld books.

## File Analysis
- **discworld.tcl** — A Tcl script providing functionality to display random Discworld quotes in IRC channels.