2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
.. _plugin-plugin:
|
|
|
|
|
|
|
|
The Plugin plugin
|
|
|
|
=================
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-help:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
help <plugin>
|
|
|
|
^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns a useful description of how to use *<plugin>*, if the plugin has
|
|
|
|
one.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-contributors:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
contributors <plugin> [<nick>]
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Replies with a list of people who made contributions to a given plugin.
|
|
|
|
If *<nick>* is specified, that person's specific contributions will
|
|
|
|
be listed. Note: The *<nick>* is the part inside of the parentheses
|
|
|
|
in the people listing.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-plugin:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
plugin <command>
|
|
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the name of the plugin that would be used to call *<command>*.
|
|
|
|
|
|
|
|
If it is not uniquely determined, returns list of all plugins that
|
|
|
|
contain *<command>*.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-author:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
author <plugin>
|
|
|
|
^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the author of *<plugin>*. This is the person you should talk to
|
|
|
|
if you have ideas, suggestions, or other comments about a given plugin.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-list:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
list
|
|
|
|
^^^^
|
|
|
|
|
|
|
|
Returns a list of the currently loaded plugins.
|
|
|
|
|
|
|
|
|
2011-06-28 08:13:53 +02:00
|
|
|
.. _command-plugins:
|
2011-06-28 08:11:32 +02:00
|
|
|
|
|
|
|
plugins <command>
|
|
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Returns the names of all plugins that contain *<command>*.
|
|
|
|
|
|
|
|
|