# FluxLearn.tcl

**Category:** Eggdrop_Script
**Original Author:** Reflux (modified by ITPro)

## Description
A Tcl script for Eggdrop IRC bots that allows users to define, learn, forget, and retrieve custom definitions or "whatis" entries in the channel.

## Key Features
- Allows users to set a definition for an entry using `!learn <entry> <definition>`
- Retrieves a definition for an entry using `!explain <entry>`
- Removes a definition for an entry using `!forget <entry>`
- Shows who set a specific entry using `!whoset <entry>`
- Displays the version of FluxLearn

## File Analysis
- **fluxlearn1.5.tcl** — A Tcl script that implements various commands to manage custom definitions in IRC channels.