# Memo TCL

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Org+LHG Crew ++/++ Memo Proc Idea by ClubCX

## Description
This script provides a memo system for IRC users, allowing them to send and manage private messages (memos) with specific limits and block options.

## Key Features
- **Memo Sending**: Users can send memos to other users.
- **Memo Reading**: Users can read their own memos or all memos they have received.
- **Memo Deleting**: Users can delete individual memos or all of their memos.
- **Memo Listing**: Users can list all their memos.
- **Block Option**: Users can block receiving memos and check their block status.

## File Analysis
- **memo.tcl** — Main script file that handles memo sending, reading, deleting, listing, and block options. It also includes a cron job for cleaning up old memos.
- **nlist.txt** — Stores the list of online users.
- **block.txt** — Tracks user block status for receiving memos.
- **memos.txt** — Contains the actual memo data.