# sms2.tcl

**Category:** mIRC_Addon
**Original Author:** |SmUrF|

## Description
This script provides two commands for performing `nslookup` and `traceroute` queries directly from IRC channels.

## Key Features
- Provides the `!nslookup` command to query DNS information.
- Provides the `!traceroute` command to trace network routes.

## File Analysis
- **sms2.tcl** — A Tcl script that defines two commands for performing network lookups and traceroutes. The script handles channel-specific queries and ensures responses are sent privately to the user who initiated the command.