# 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**: Simplifies the process of klining drones.
- **G-line Management**: Eases requesting or supporting G-lines.
- **Hammer Detection**: Detects and acts upon hammering clients.
- **Auto-Reconnect on Kill**: Reconnects if you are killed by an oper.
- **Usercount Display**: Shows the number of users on a server in the statusbar.
- **Script Management**: Manages all HOSC scripts, including updating and reloading modules.

## File Analysis
- **ho_easykline.pl** — Makes klining drones as easy as cake.
- **ho_gline.pl** — Simplifies G-line requests or support.
- **ho_hammer.pl** — Detects hammering clients and acts upon them.
- **ho_killreconnect.pl** — Reconnects if you are killed by an oper.
- **ho_lusercount.pl** — Displays the number of users on a server in the statusbar.
- **ho_manage.pl** — Manages all HOSC scripts, including updating and reloading modules.
- **ho_mkick.pl** — Masskicks clients from a channel.
- **ho_mkill.pl** — Masskills clients from a channel.
- **ho_netmon.pl** — Monitors the linked servers of one or more networks.
- **ho_operwall.pl** — Reformats operwall and locops messages to named windows.
- **ho_qoper.pl** — Automatically opes you on connect.
- **ho_sping.pl** — Checks the latency of all linked servers.
- **ho_stats_l.pl** — Reformats /stats l output.
- **ho_stats_p.pl** — Reformats /stats p output.
- **ho_stats_y.pl** — Reformats /stats y output.
- **ho_sversion.pl** — Checks the version of all linked servers.
- **ho_tfind.pl** — Provides extended search functionality for the /TRACE command.
- **ho_tools.pl** — Required HOSC tools, loaded by other scripts.
- **install.pl** — Installation script for the collection.
- **README** — Collection history and installation instructions.
- **CHANGELOG** — List of changes between versions.
- **TODO** — List of planned features and improvements.
- **VERSION** — Version number of the collection.
- **Base.pm** — Base module for HOSC scripts, handles reloading modules.
- **Kliner.pm** — K-line management functionality.