# irpgbot.v3.1.2+autologin.patch

**Category:** Standalone_Bot
**Original Author:** Unknown

## Description
This patch file modifies an IRC bot to enable automatic login for clients after a network split or ping timeout.

## Key Features
- **Autologin**: Automatically logs in clients that haven't changed their nick!user@host.
- **Netsplit Handling**: Waits for netsplit users to return before performing actions.

## File Analysis
- **irpgbot.v3.1.2+autologin.patch** — A patch file applied to the bot configuration and core script, enabling autologin functionality after a network split or ping timeout.
  - **irpgbot.v3.1.2/.irpg.conf** — Configuration file updated to include `autologin on` and `splitwait` settings.
  - **irpgbot.v3.1.2/bot.v3.1.2.pl** — Core script modified to handle autologin logic, including logging in clients and notifying them of their next level.