Massive import of all generated configuration doc.

This commit is contained in:
Valentin Lorentz
2011-10-28 22:49:04 +02:00
parent 877f538d04
commit 2169f3aced
58 changed files with 2611 additions and 0 deletions

View File

@ -25,3 +25,28 @@ given, returns all the URLs that are found. to just the URL.
*<channel>* is only necessary if the message isn't sent in the channel
itself.
.. _plugin-url-config:
Configuration
-------------
.. _supybot.plugins.URL.nonSnarfingRegexp:
supybot.plugins.URL.nonSnarfingRegexp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: None
Determines what URLs are not to be snarfed and stored in the database for the channel; URLs matching the given regexp will not be snarfed. Give the empty string if you have no URLs that you'd like to exclude from being snarfed.
.. _supybot.plugins.URL.public:
supybot.plugins.URL.public
^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: True
Determines whether this plugin is publicly visible.