# psyBNC_v1.3.tcl

**Category:** mIRC_Bot
**Original Author:** MyCraft (Unknown)

## Description
This script allows a bot to connect to a Bouncer (psyBNC) and manage it over DCC commands, logging all messages from the `-psyBNC` user.

## Key Features
- Connects to specified IRC servers via psyBNC.
- Manages server connections using DCC commands.
- Logs messages from the `-psyBNC` user to a local file.
- Provides commands for adding and deleting servers.
- Supports reading and erasing the log file.

## File Analysis
- **psyBNC_v1.3.tcl** — Main script that handles connection, logging, and command processing.
- **psyBNC:notc:pass** — Handles password input and initial server setup.
- **psyBNC:GettingMSG** — Processes messages from `-psyBNC` to log them.
- **psyBNC:notc:recon** — Handles reconnection messages.
- **psyBNC:AddNewServer** — Adds new servers to the list.
- **psyBNC:commands** — Provides commands for managing server connections and logs.