# Psybnc Proxy Script

**Category:** mIRC_Addon
**Original Author:** Thule

## Description
This script provides functionality to interact with a Psybnc proxy server by setting parameters such as password, vhost, and adding servers. It also includes commands for enabling/disabling the proxy, changing settings, and retrieving information.

## Key Features
- **Enables/Disables** the Psybnc proxy system.
- **Sets** the password, username, vhost, and proxy server details.
- **Adds** a new IRC server to the list of servers managed by Psybnc.
- **Deletes** a specific IRC server from the list.
- **Retrieves** information about the current settings via the `listserver` command.

## File Analysis
- **psybnc.tcl** — A Tcl script that provides the core functionality for interacting with and managing a Psybnc proxy server. It includes commands to set various parameters, enable/disable the proxy system, and retrieve server lists.