# ISONSMS TCL Script

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

## Description
This script provides functionality to track and notify users about the online status of other users in an IRC channel. It includes commands for adding, listing, and removing users from a list, as well as notifications based on IRC server responses.

## Key Features
- Tracks user online statuses using `ISON` replies.
- Provides a command (`!ison`) to query the current list of online users.
- Allows adding users with their GSM numbers via `!addison`.
- Supports deleting users from the list through `!delison`.
- Lists all added users or specific users via `!list`.

## File Analysis
- **isonsms.tcl** — Main script file containing commands and event bindings for tracking online statuses, handling user additions/removals, and notifications.