diff --git a/develop/commands.rst b/develop/commands.rst new file mode 100644 index 0000000..92a9223 --- /dev/null +++ b/develop/commands.rst @@ -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 + diff --git a/develop/index.rst b/develop/index.rst index 94e684b..1f0b0b5 100644 --- a/develop/index.rst +++ b/develop/index.rst @@ -24,5 +24,6 @@ Other docs: callbacks.rst irclib.rst + commands.rst ircmsgs.rst httpserver.rst diff --git a/use/third_party.rst b/use/third_party.rst deleted file mode 100644 index ead1e35..0000000 --- a/use/third_party.rst +++ /dev/null @@ -1,66 +0,0 @@ - -.. _thirdparty-repositories: - -************************ -Third-party repositories -************************ - -Repositories available with :ref:`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 `: Punishment/protection - against flooders -* :ref:`GUI `: Experimental plugin that aim to provide a graphical - user interface to Supybot. -* :ref:`LinkRelay `: Enhanced version of quantumlemur's - LinkRelay: a highly configurable relay between channels. -* :ref:`Packages `: An abandonned packaging system with - dependencies handling. -* :ref:`GitHub `: Access to the GitHub API. Support for - Post-receive URLs. -* :ref:`MegaHAL `: Highly deprecated plugin that provides - support for the MegaHAL chatterbot. -* :ref:`Trigger `: Utility plugin that allow you to run - commands when an event (join, part, privmsg, ...) happened. -* :ref:`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 `: 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 `: Highly configurable relay between - channels. -* :ref:`Timebomb `: The timebomb game. -* :ref:`Triva `: A trivia game. -* :ref:`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.