# botnl.tcl

**Category:** mIRC_Addon
**Original Author:** zyphah

## Description
This Tcl script for mIRC checks which bots in a botnet are not linked, providing a way to monitor the status of multiple bots through DCC chat.

## Key Features
- **bind dcc n botnl botnet_nl** — Binds the `botnet_nl` procedure to the `.botnl` command in DCC chats.
- **proc botnet_nl {hand idx arg}** — Defines a procedure that iterates over users in the botnet, checking if they are linked and reporting those who are not.

## File Analysis
- **botnl.tcl** — Contains the script logic for monitoring bots in a botnet through DCC chat commands.