# FML Quote Bot

**Category:** mIRC_Bot
**Original Author:** tomekk modiffied by Globulus

## Description
This script fetches random quotes from [fmylife.com](http://www.fmylife.com) and posts them in specified IRC channels.

## Key Features
- Fetches a quote using an HTTP request.
- Stores the last time a quote was fetched to prevent frequent spamming.
- Posts the quote with a link back to fmylife.com.
- Automatically queries for new quotes at regular intervals if configured.

## File Analysis
- **fml.tcl** — A Tcl script that fetches and posts random quotes from [fmylife.com](http://www.fmylife.com) in specified IRC channels. It includes functionality to store the last time a quote was fetched and automatically query for new quotes at regular intervals if configured.