Internet
Documentation for the Internet plugin for Supybot
Purpose
Provides some internet-related commands.
Usage
Add the help for "@help Internet" here.
Commands
- dns <host|ip>
Returns the ip of <host> or the reverse DNS hostname of <ip>.
- hexip <ip>
Returns the hexadecimal IP for that IP.
- whois <domain>
Returns WHOIS information on the registration of <domain>.
Configuration
- supybot.plugins.Internet.public
This config variable defaults to True and is not channel specific.
Determines whether this plugin is publicly visible.