# vhost_ger_v1.3.tcl

**Category:** mIRC_Bot
**Original Author:** SidneY

## Description
This script allows users to set their virtual host (vHost) via a public command in a channel, checks for registration and badwords, and integrates with IRC services.

## Key Features
- Users can set their vHost using the `!vhost <text>` command.
- The bot performs a WHOIS lookup when joining a channel to check if the user is registered.
- Badword filtering prevents certain words from being used in the vHost.
- Oper functionality allows users with administrative rights to operate the bot.
- Flood protection limits the frequency of commands.

## File Analysis
- **vhost_ger_v1.3.tcl** — Tcl script implementing a virtual host management system for IRC channels, including command handling and WHOIS checks.