# Auth 2.0

**Category:** mIRC_Bot
**Original Author:** Mirora

## Description
This script automates the authentication process for a bot to a service bot (default Q on QuakeNet) and optionally sets usermodes.

## Key Features
- Automates the `AUTH` command to connect to a specified service bot.
- Sets usermodes if enabled.
- Logs the loading of the script with its version and author information.

## File Analysis
- **auth.tcl** — Contains the core functionality for authenticating the bot to a service bot and setting usermodes. It includes event bindings, commands, and logging mechanisms.