# Tool Lyrics Script

**Category:** Eggdrop_Bot
**Original Author:** afterstep

## Description
This script is a tool for displaying random lyrics from the band Tool in IRC channels, using public, message, and DCC commands.

## Key Features
- **bind pub - .tool pub_tool**: Binds the `.tool` command to the public channel.
- **bind msg - .tool msg_tool**: Binds the `.tool` command for private messages.
- **bind dcc - tool dcc_tool**: Binds the `tool` command for DCC connections.
- **proc pub_tool { nick mask hand channel args }**: Sends a random lyric in a public channel.
- **proc msg_tool { nick uhost hand rest }**: Sends a random lyric as a notice to the user who requested it via private message.
- **proc dcc_tool { hand idx rest }**: Sends a random lyric through DCC.

## File Analysis
- **tool-lyrics.tcl** — Contains the main script logic for displaying random lyrics, including command bindings and procedures.
- **README** — Provides instructions on how to install and use the script with Eggdrop 1.6.10.