# putmode.tcl

**Category:** mIRC_Bot
**Original Author:** Nor7on - SCheRinG (Unknown)

## Description
This script is designed to automatically set a bot to the +x mode once it has authenticated with the server using a username and password. It requires an authentication TCL first.

## Key Features
- **Authentication**: The script waits for the bot to authenticate before setting its mode.
- **Mode Change**: Once authenticated, the script sets the bot's mode to +x.
- **Command Binding**: The `o` command is bound to trigger the authentication process.

## File Analysis
- **putmode.tcl** — A TCL script that automates the process of setting a bot to the +x mode after it has been authenticated. It includes commands for binding and executing the authentication process.