# SmiIdentify.tcl

**Category:** mIRC_Addon
**Original Author:** Smiley

## Description
This script identifies a bot after connecting to an IRC server by sending specific commands using PRIVMSG.

## Key Features
- Sets the `id(active)` variable to "1" to enable the script.
- Sends NickServ identify and HostServ on commands upon connection.
- Uses `putquick` to send messages based on the defined command list.

## File Analysis
- **SmiIdentify.tcl** — A Tcl script that identifies a bot after connecting to an IRC server by sending specific commands using PRIVMSG.