# AddedBots.tcl

**Category:** mIRC_Addon
**Original Author:** MyCraft

## Description
This script provides a command to list all bots in a botnet, categorizing them into added bots, on-channel bots, and missing linked or on-channel bots.

## Key Features
- **pub_list_bots**: A public command that lists the status of bots in the botnet.
  - Lists added bots.
  - Identifies which bots are on channel.
  - Identifies which bots are missing from the channel.
  - Identifies which bots are linked but not on channel.

## File Analysis
- **addedbots.tcl** — A Tcl script that implements a command to list and categorize botnet members. It uses various procedures like `pub_list_bots`, `b`, `u`, and checks for bot presence, link status, and channel membership.