# Greplog TCL Script

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Org

## Description
This script provides a logging utility for IRC channels, allowing users to retrieve logs within specified time ranges and send them via email.

## Key Features
- Allows users to search for logs in specific channel records.
- Supports date filtering with day, month, and year in 2-digit format.
- Provides an example usage command: `/msg $botnick greplog #IRCHelp 10.12.2003 10-12 bombme@sadam.ir`.
- Saves the filtered log to a temporary file and sends it via email.

## File Analysis
- **greplog.tcl** — Contains the main script logic for searching and sending logs.