# BruneiChat Auth Script

**Category:** Eggdrop_Bot
**Original Author:** irongeek @ 2007

## Description
This script automates the authentication process with NickServ on Bruneichat upon connection and sets usermodes before joining channels.

## Key Features
- Automatically logs in to NickServ using predefined credentials.
- Sets usermodes after connecting.
- Checks for successful or failed authentication attempts.
- Handles reconnection logic if services are split.

## File Analysis
- **bnchatauth.tcl** — Contains the main script logic for authenticating with NickServ and setting usermodes. It includes event bindings, configuration settings, and functions to handle various IRC events such as connect, join, and authentication success/failure.