# hsq.tcl

**Category:** Eggdrop_Script
**Original Author:** tvrsh

## Description
This script fetches random quotes from various characters (Homer Simpson, Bart Simpson, Eric Cartman, Stewie Griffin, and Borat) from the website www.smacie.com and posts them to a specified IRC channel.

## Key Features
- Fetches quotes based on user input commands (`!hsq`, `!bsq`, `!ecq`, `!sgq`, `!bq`).
- Implements rate limiting to prevent spamming.
- Uses HTTP requests to fetch data from the web.
- Colors the output text using IRC color codes.

## File Analysis
- **hsq.tcl** — The main script file that defines the functionality and binds commands to specific actions. It handles fetching quotes, rate limiting, and sending them to the channel.