Document supybot.commands.

This commit is contained in:
Valentin Lorentz 2013-02-01 18:51:03 +01:00
parent 4a1d9259d9
commit 8092e96ad6
3 changed files with 21 additions and 66 deletions

20
develop/commands.rst Normal file
View File

@ -0,0 +1,20 @@
.. _supybot-commands:
****************
supybot.commands
****************
.. _supybot-commands-wrap:
wrap
====
.. autofunction:: supybot.commands.wrap
Other classes
=============
.. automodule:: supybot.callbacks
:undoc-members:
:exclude-members: wrap

View File

@ -24,5 +24,6 @@ Other docs:
callbacks.rst callbacks.rst
irclib.rst irclib.rst
commands.rst
ircmsgs.rst ircmsgs.rst
httpserver.rst httpserver.rst

View File

@ -1,66 +0,0 @@
.. _thirdparty-repositories:
************************
Third-party repositories
************************
Repositories available with :ref:`PluginDownloader <plugin-plugindownloader>`
=============================================================================
.. _repository-progval:
ProgVal's repository
--------------------
https://github.com/ProgVal/Supybot-plugins
ProgVal's repository contains various plugins, mainly hacks, utilities,
website access or updated plugins.
* :ref:`AttackProtector <plugin-attackprotector>`: Punishment/protection
against flooders
* :ref:`GUI <plugin-gui>`: Experimental plugin that aim to provide a graphical
user interface to Supybot.
* :ref:`LinkRelay <plugin-linkrelay>`: Enhanced version of quantumlemur's
LinkRelay: a highly configurable relay between channels.
* :ref:`Packages <plugin-packages>`: An abandonned packaging system with
dependencies handling.
* :ref:`GitHub <plugin-github>`: Access to the GitHub API. Support for
Post-receive URLs.
* :ref:`MegaHAL <plugin-megahal>`: Highly deprecated plugin that provides
support for the MegaHAL chatterbot.
* :ref:`Trigger <plugin-trigger>`: Utility plugin that allow you to run
commands when an event (join, part, privmsg, ...) happened.
* :ref:`Twitter <plugin-twitter>`: A Twitter plugin that supports (and
requires) OAuth authentication and multiple accounts (one account per
channel and one for the whole bot).
* :ref:`Sudo <plugin-sudo>`: Utility plugin that allow you to give your
user access to a restricted command only if the commands matches a given
regular expression.
.. _repository-quantumlemur:
quantumlemur's repository
-------------------------
https://github.com/quantumlemur/Supybot-plugins
* :ref:`LinkRelay <plugin-linkrelay>`: Highly configurable relay between
channels.
* :ref:`Timebomb <plugin-timebomb>`: The timebomb game.
* :ref:`Triva <plugin-trivia>`: A trivia game.
* :ref:`Wikipedia <plugin-wikipedia>`: Retrieve Wikipedia pages.
.. _repository-stepnem:
stepnem's repository
--------------------
https://github.com/stepnem/supybot-plugins
A bunch of old plugins.
.. NOTE::
This list is not exhaustive.