# ISON TCL

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Net+LHG Crew ++/++ V1p3r#TCL

## Description
This script manages a list of users who are online and provides commands to check their status, add or remove them from the list.

## Key Features
- Manages a list of online users stored in `nlist.txt`.
- Provides an IRC command `!ison` to query the current list of online users.
- Allows adding users to the list with `!addison <nickname(s)>`.
- Enables removing users from the list using `!delison <nickname>`.
- Lists all added nicknames or checks if a specific nickname is in the list.

## File Analysis
- **ison.tcl** — Main script that handles user commands and interactions.
  - Manages the online user list stored in `nlist.txt`.
  - Provides commands to add, remove, and check users' status.
- **nlist.txt** — File where the list of online users is stored.