# autoaway.py

**Category:** mIRC_Addon
**Original Author:** Paul Wise (http://bonedaddy.net/pabs3/)

## Description
A simple IRC script that automatically sets an away message when specific words are used in a command.

## Key Features
- Hooks the empty command to trigger an away message.
- Uses a configurable list of words to determine if an away message should be set.
- Strips certain words from the command before setting the away message.

## File Analysis
- **autoaway.py** — A Python script that implements the auto-away functionality. It sets up hooks and preferences for triggering an away message based on specific commands or triggers.