# vhost.tcl

**Category:** Eggdrop_Bot
**Original Author:** Unknown

## Description
This script is an Eggdrop bot module designed to manage user vhosts (virtual hostnames) for IRC channels. It provides commands for setting and updating vhosts, as well as rehashing the configuration.

## Key Features
- **Vhost Management**: Sets and updates user vhosts based on channel membership.
- **Command Triggers**: Commands include `!vh` to force vhost changes and `!vr` to reload the script.
- **Automation**: Automatically adjusts user vhosts when they join channels or change their nicks.
- **Logging**: Logs all vhost changes for auditing purposes.

## File Analysis
- **vhost.tcl** — Contains the main logic for managing vhosts, including command bindings and processing functions.