# SendSMS Script for IRC

**Category:** mIRC_Addon
**Original Author:** Bate Goiko and Krali Marko (University of Cherno Feredje)

## Description
This script allows users to send SMS messages via email from an IRC channel, using a simple command. It also provides functionality to manage an address book for storing nicknames and phone numbers.

## Key Features
- **!send**: Sends a message to a specified phone number.
- **!addbook**: Adds a nickname and phone number to the address book.
- **!delbook**: Deletes a nickname or phone number from the address book.
- **!listbook**: Lists all entries in the address book or searches for specific entries by nickname or phone number.

## File Analysis
- **sendsms.tcl** — Contains the main logic for sending SMS messages and managing the address book. It includes commands to send, add, delete, and list contacts.