# bananafishbotinvite.tcl

**Category:** mIRC_Addon
**Original Author:** Bernd Schu

## Description
This script provides commands for inviting bots (specifically Fishbot and Banana) into a channel, restricted to users with OP privileges in the channel.

## Key Features
- **!fishbot**: Invites Fishbot into the current channel if the user has OP permissions.
- **!banana**: Invites Banana into the current channel if the user has OP permissions.

## File Analysis
- **invitefish.tcl** — Contains the script logic for inviting bots and handling permissions checks. The script uses `bind` to attach commands to public messages, `proc` to define functions, and `putserv` to send server commands.