# Bender oneliners V2.0

**Category:** Eggdrop_Script
**Original Author:** <oldsoldier@gshellz.org>

## Description
A simple random quote script for Eggdrop IRC bots, providing a collection of humorous and witty quotes attributed to the character Bender from Futurama.

## Key Features
- Provides random quotes via the `!bender` command.
- Allows users to request specific quotes by number using `!bender <num>`.
- Configurable via DCC commands for enabling or disabling quote functionality on a channel basis.

## File Analysis
- **benderv2.tcl** — Contains the core script logic, including trigger bindings and quote storage. Implements random quote selection and retrieval based on user input.
- **benderv2.tcl** — Defines the `pub_bender` procedure for handling public messages and quote requests. Uses a global array to store quotes and performs character filtering.