# ADV Seeker TCL 0.2

**Category:** mIRC_Bot
**Original Author:** MekDrop

## Description
ADV Seeker is a bot designed to scan for advertisement bots on IRC channels, using various database libraries (MySQLtcl, Inidb, Tcl-sql, Fbsql) and providing commands for managing the ban list.

## Key Features
- **Autoban Mechanism:** Automatically bans suspected advertisement bots based on predefined criteria.
- **Database Support:** Supports multiple database types including MySQLtcl, Inidb, Tcl-sql, and Fbsql.
- **Nick/Host Scanning:** Scans nicks and hosts for proxies or known advertisement patterns.
- **Public Commands:** Provides commands to add friends/enemies, update the ban list, and manage settings.
- **Join Event Handling:** Automatically scans new users joining channels for potential advertisements.

## File Analysis
- **advseeker.tcl** — Main script that initializes the bot, binds events, and handles database interactions.
- **adv.ini** — Configuration file containing various settings like update intervals and URLs.
- **advseeker.sql** — SQL script to create a database table for storing ban information.
- **changes.txt** — History of changes from version 0.0.1 to 0.2, detailing added features and bug fixes.