# Psybnc Proxy Script by Thule

**Category:** mIRC_Addon
**Original Author:** Thule (cmanzione@tin.it)

## Description
This script provides a means to connect to a Psybnc bouncer server, manage its parameters such as pass and vhost, and perform various administrative tasks.

## Key Features
- **Connect to Psybnc Server**: Allows setting the password and username for connecting.
- **Manage Parameters**: Supports changing vhost, proxy settings, adding/deleting servers.
- **Admin Commands**: Provides commands like `pass`, `username`, `vhost`, `proxy`, `addserver`, `delserver` for managing bouncer parameters.
- **Status Display**: Displays current status of the Psybnc connection and its parameters.

## File Analysis
- **psybnc.tcl** — A Tcl script that binds commands to handle Psybnc server connections, parameter management, and display functions. It also includes procedures for saving and loading configuration settings.