# iLearn v1.2

**Category:** mIRC_Addon
**Original Author:** iblood

## Description
iLearn is a Tcl script for mIRC that allows users to define and manage custom commands, including adding, forgetting, locking, unlocking, and finding definitions.

## Key Features
- **!learn <palabra> <definicion>** — Add a new definition.
- **!learn -f <palabra> <definicion>** — Forcefully add a definition over an existing one.
- **!learn -l <palabra> <definicion>** — Add a definition that is locked by default.
- **!forget <palabra>** — Remove a definition if not locked.
- **!forget -f <palabra>** — Forcefully remove a locked definition.
- **!lock <palabra>** — Lock a definition to prevent changes.
- **!unlock <palabra>** — Unlock a definition.
- **?? <palabra>** — Show the definition of a word.
- **?? -w <palabra>** — Show the definition and author of a word.

## File Analysis
- **ilearn-v1.2.tcl** — Contains the core logic for managing definitions, including adding, removing, locking, unlocking, and searching words.
- **LEEME** — Documentation explaining how to use the script and manage permissions.