# Google TCL For eggdrop

**Category:** Eggdrop_Script
**Original Author:** erupt (erupt@ruptbot.com)

## Description
This script is designed to search for URLs on Google via IRC commands, providing a user with multiple results based on the search terms provided.

## Key Features
- **Search Functionality**: Allows users to search Google using the `!google` command.
- **Result Customization**: Users can specify the number of results they want to receive and whether to use boolean AND queries.
- **Error Handling**: Provides usage instructions if no arguments are given or if too many results are requested.

## File Analysis
- **google.tcl** — This script defines the functionality for searching Google and handling user commands. It includes procedures for parsing command arguments, making HTTP requests to Google, and sending search results back to the IRC channel.