mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-27 06:49:28 +01:00
47 lines
712 B
ReStructuredText
47 lines
712 B
ReStructuredText
|
|
.. _plugin-internet:
|
|
|
|
The Internet plugin
|
|
===================
|
|
|
|
Commands
|
|
--------
|
|
|
|
.. _command-internet-whois:
|
|
|
|
internet whois <domain>
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Returns WHOIS information on the registration of *<domain>*.
|
|
|
|
.. _command-internet-dns:
|
|
|
|
internet dns <host|ip>
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Returns the ip of *<host>* or the reverse DNS hostname of *<ip>*.
|
|
|
|
.. _command-internet-hexip:
|
|
|
|
internet hexip <ip>
|
|
^^^^^^^^^^^^^^^^^^^
|
|
|
|
Returns the hexadecimal IP for that IP.
|
|
|
|
|
|
|
|
.. _plugin-internet-config:
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
.. _supybot.plugins.Internet.public:
|
|
|
|
supybot.plugins.Internet.public
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: True
|
|
|
|
Determines whether this plugin is publicly visible.
|
|
|