# Bnc.tcl Script for Bouncing Connections

**Category:** Eggdrop_Bot
**Original Author:** KuNgFo0 (www.eggfaq.com)

## Description
This script is designed to facilitate IRC connection bouncing, allowing a bot to connect through multiple servers in sequence if the initial connection fails.

## Key Features
- **Connection Bouncing**: Automatically reconnects to a different server from a predefined list if the current connection fails.
- **Password Handling**: Includes support for password authentication when connecting to bounce servers.
- **VIP Handling**: Optionally sets a virtual host (vhost) for enhanced security or anonymity during connections.

## File Analysis
- **bnc.tcl** — A Tcl script that implements the functionality described above. It defines procedures and bindings to handle connection events and reconnection logic.