Limnoria-doc/use/plugins/plugin.rst
2011-10-28 22:49:04 +02:00

1.5 KiB

The Plugin plugin

Authorship

plugin 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.

plugin 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.

Help

plugin help <plugin>

Returns a useful description of how to use <plugin>, if the plugin has one.

plugin 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>.

plugin list

Returns a list of the currently loaded plugins.

plugin plugins <command>

Returns the names of all plugins that contain <command>.

Configuration

supybot.plugins.Plugin.public

Default value: True

Determines whether this plugin is publicly visible.