# Ghost IRC Bot

**Category:** mIRC_Bot
**Original Author:** Unknown

## Description
This script is an IRC bot that automates nickname switching and NickServ identification to avoid disconnection due to inactivity.

## Key Features
- Automatically switches nicks if the current one is owned by another user.
- Uses alternative nicknames and passwords for identification with NickServ.
- Registers nicks with NickServ upon startup.
- Cycles nicks every 60 seconds to prevent disconnection from inactivity.

## File Analysis
- **ghost.tcl** — Contains the main logic for nickname switching, identification, registration, and cycling. Implements a bot that runs unattended to manage IRC nicknames and ensure they remain active.