# Hybrid Oper Script Collection - The Next Generation

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

## Description
This collection of scripts is designed to enhance oper functionality on hybrid IRC networks, providing tools for managing clients, servers, and network operations within the Irssi client.

## Key Features
- **Easy K-lining**: Provides a simple command-line interface for klining users.
- **G-line Management**: Simplifies requesting or supporting G-lines on EFnet-like servers.
- **Hammer Detection**: Detects and acts upon hammering clients.
- **Kill Reconnect**: Automatically reconnects when killed by an oper.
- **Lusercount**: Displays the number of connected users in a statusbar.
- **Manage Scripts**: Manages all HOSC scripts, including updating and reloading modules.
- **Mass Kick/kill**: Allows mass-kicking or killing clients from a channel.
- **Netmon**: Monitors linked servers for split/join events.
- **Operwall Handling**: Reformats operwall messages to specific windows.
- **Quick Oper**: Automatically operates on connect using stored passwords.
- **Ping Check**: Checks the latency of all linked servers.
- **Stats Reformatting**: Reformats output from /stats commands.

## File Analysis
- **ho_easykline.pl** — Easy K-lining functionality.
- **ho_gline.pl** — Simplifies G-line management.
- **ho_hammer.pl** — Detects and acts upon hammering clients.
- **ho_killreconnect.pl** — Automatically reconnects when killed by an oper.
- **ho_lusercount.pl** — Displays the number of connected users in a statusbar.
- **ho_manage.pl** — Manages all HOSC scripts, including updating and reloading modules.
- **ho_mkick.pl** — Mass-kicks clients from a channel.
- **ho_mkill.pl** — Mass-kills clients from a channel.
- **ho_netmon.pl** — Monitors linked servers for split/join events.
- **ho_operwall.pl** — Reformats operwall messages to specific windows.
- **ho_qoper.pl** — Automatically operates on connect using stored passwords.
- **ho_sping.pl** — Checks the latency of all linked servers.
- **ho_stats_l.pl** — Reformats output from /stats y command.
- **ho_stats_p.pl** — Reformats output from /stats p command.
- **ho_stats_y.pl** — Reformats output from /stats y command.
- **ho_sversion.pl** — Checks the version of all linked servers.
- **ho_tfind.pl** — Extended search functionality for the /TRACE command.
- **ho_tools.pl** — Basic HOSC tools required by other scripts.
- **install.pl** — Installation script for the collection.
- **README** — General information about the collection.
- **CHANGELOG** — Log of changes and updates.
- **TODO** — List of planned features and improvements.
- **VERSION** — Version control information.
- **Base.pm** — Base module providing common functionality.
- **Kliner.pm** — K-line management module.