# HostServ.tcl

**Category:** Eggdrop_Bot
**Original Author:** GaTaKa

## Description
This script allows an IRC bot to change its hostname using HostServ services at UniBG Network, enabling spoofing.

## Key Features
- Allows the bot to send a spoofed hostname via `HostServ` commands.
- Sends a NOTICE to a specified nickname when the spoof command is executed.
- Uses Tcl scripting language and bind/putserv commands for automation.

## File Analysis
- **HostServ.tcl** — Contains the script logic for changing the bot's hostname using HostServ services. It includes event bindings, procedures, and settings for the spoofing functionality.