# NickIdent v1.0

**Category:** Eggdrop_Bot
**Original Author:** wolven

## Description
This is an Eggdrop bot script designed to manage a list of nicknames that can be used for auto-identification purposes, ensuring the bot remains registered on IRC networks.

## Key Features
- **AddNicknameList**: Allows adding a nickname and its password to the identification list.
- **RemNicknameList**: Removes a nickname from the identification list.
- **EnableScript** and **DisableScript**: Switches the script on or off.
- **NicknameScan**: Periodically scans through the list of nicknames, identifying with each one in turn.

## File Analysis
- **NickIdent.tcl** — This is the main script file that contains all the logic for managing the nickname identification process. It includes commands to add and remove nicknames, enable or disable the script, and perform periodic identifications.
  - **NickIdent.tcl** — Manages adding, removing, enabling, disabling, and scanning nicknames for auto-identification.
- **NickIdent.txt** — Documentation file that describes how to use the script. It includes instructions on installation and commands.