# ho_netmon.pl

**Category:** Irssi_Script
**Original Author:** Garion

## Description
A script for monitoring network splits in an IRC client using Irssi. It tracks the presence of servers within a specified network tag, updating their status upon split or join events.

## Key Features
- Monitors server split and join notices.
- Tracks the status of servers within defined network tags.
- Provides commands to view current status, learn new servers, check existing ones, add/remove servers from tracking lists.
- Saves and loads tracked data between sessions.

## File Analysis
- **ho_netmon.pl** — Main script file containing logic for monitoring server splits/joins and handling user commands. Tracks server presence and updates the statusbar with missing or present servers.
- **NETMON_FILENAME** — Defines the filename used to save/load tracking data, stored in Irssi's directory.