# Nicky Script

**Category:** mIRC_Addon
**Original Author:** TheWJM - The Wobly Jobly Man, WonkNet

## Description
This script sends identification messages to a server named "nicky" at regular intervals on the WonkNet IRC network. It is designed to be sourced into an mIRC client and configured with specific parameters.

## Key Features
- Sends "PRIVMSG nicky@wonk.net :identify $pass" every 60 minutes.
- Uses `set` commands to define variables for password and interval time.
- Includes a timer function that schedules the message sending at regular intervals.

## File Analysis
- **nicky.tcl** — Contains the script logic for sending identification messages to "nicky" on WonkNet. It sets up a timer to send the message every 60 minutes, using variables defined by the user.