# Reban TcL vers 1.0

**Category:** mIRC_Addon
**Original Author:** BLaCkShaDoW Productions

## Description
This TCL script is designed to automatically ban users who are already banned in the bot's memory upon rejoining a channel, enhancing the efficiency of kicking such users.

## Key Features
- Automatically bans users with existing bans from the bot’s memory when they rejoin a channel.
- Configurable time and level for applying bans through variables.
- Logs the loading event to the server log.

## File Analysis
- **rebans.tcl** — Contains the logic for automatically banning users who are already banned in the bot's memory upon their rejoining a channel. It sets up global variables, binds events, and processes bans based on user input.