mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-06 15:29:50 +00:00
Add a bunch of plugins from ProgVal/Supybot-plugins, and add configuration doc for others.
This commit is contained in:
65
use/plugins/seeks.rst
Normal file
65
use/plugins/seeks.rst
Normal file
@ -0,0 +1,65 @@
|
||||
|
||||
.. _plugin-seeks:
|
||||
|
||||
The Seeks plugin
|
||||
================
|
||||
|
||||
.. _command-seeks-search:
|
||||
|
||||
seeks search <query>
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Searches the *<query>* in a seeks node.
|
||||
|
||||
|
||||
|
||||
.. _plugin-seeks-config:
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
.. _supybot.plugins.Seeks.format:
|
||||
|
||||
supybot.plugins.Seeks.format
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default value: %(url)s - %(seeks_score)s
|
||||
|
||||
The format used to display each result.
|
||||
|
||||
.. _supybot.plugins.Seeks.number:
|
||||
|
||||
supybot.plugins.Seeks.number
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default value: 5
|
||||
|
||||
The number of results to display.
|
||||
|
||||
.. _supybot.plugins.Seeks.separator:
|
||||
|
||||
supybot.plugins.Seeks.separator
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default value: /
|
||||
|
||||
The character(s) to use between search results.
|
||||
|
||||
.. _supybot.plugins.Seeks.url:
|
||||
|
||||
supybot.plugins.Seeks.url
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default value: http://www.seeks.fr/search?expansion=1&action=expand&output=json&q=
|
||||
|
||||
The Seeks server that this plugin will use.
|
||||
|
||||
.. _supybot.plugins.Seeks.public:
|
||||
|
||||
supybot.plugins.Seeks.public
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Default value: True
|
||||
|
||||
Determines whether this plugin is publicly visible.
|
||||
|
Reference in New Issue
Block a user