mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-12-26 05:02:37 +01:00
Document supybot.commands.
This commit is contained in:
parent
4a1d9259d9
commit
8092e96ad6
20
develop/commands.rst
Normal file
20
develop/commands.rst
Normal 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
|
||||
|
@ -24,5 +24,6 @@ Other docs:
|
||||
|
||||
callbacks.rst
|
||||
irclib.rst
|
||||
commands.rst
|
||||
ircmsgs.rst
|
||||
httpserver.rst
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user