# Google Search Bot for IRC

**Category:** mIRC_Addon
**Original Author:** erupt (Unknown)

## Description
This script provides a simple command to perform Google searches from within an IRC channel.

## Key Features
- **!google**: A command that allows users to search Google by providing query terms.
- **Result Display**: Displays up to 10 results per search, with each result showing the URL in bold.
- **Customizable Results**: Users can specify the number of results they want to see using the `-c` flag.

## File Analysis
- **googlewin.tcl** — A Tcl script that implements a Google search command for IRC channels. It handles user input, performs the search, and displays the results in the channel.