# Simple Vhost 1.3 by sLiDer

**Category:** mIRC_Addon
**Original Author:** sLiDer

## Description
This script allows users to set a virtual host (vhost) for their IRC nick in a specific channel, requiring an IRC operator's permission.

## Key Features
- Allows users to request a vhost by sending `/msg vhchan hostname`.
- Checks if the user has the `vhchan` flag.
- Sends a message to HostServ to set the vhost.
- Provides feedback to the user about their request status.

## File Analysis
- **simplevhost.tcl** — A Tcl script that handles vhost requests and interactions with HostServ. It binds commands, processes events, and provides feedback to users.