AttackProtector & GitHub & Packages & Twitter & WebStats: add description.

master
Valentin Lorentz 2011-03-01 14:34:43 +01:00
parent b229b091ab
commit 9671a59d86
5 changed files with 10 additions and 11 deletions

View File

@ -29,8 +29,9 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
AttackProtectors provides a highly configurable protection against flood and
other attacks.
Triggering, punishment, and exceptions can be configured easily.
"""
import supybot

View File

@ -29,8 +29,8 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
This plugin provides access to the GitHub API, and can announce pushes on
channels.
"""
import supybot

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
Packages is a packaging system for Supybot plugins.
"""
import supybot
@ -38,7 +37,7 @@ import supybot.world as world
# Use this for the version of this plugin. You may wish to put a CVS keyword
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "0.1.1"
__version__ = "0.1.2"
# XXX Replace this with an appropriate author or supybot.Author instance.
if not hasattr(supybot.authors, 'progval'):

View File

@ -29,8 +29,8 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
This plugins provides access to the Twitter API.
It supports multiple accounts: one per channel.
"""
import supybot

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
WebStats provides statistics for channels, accessible via a Web interface.
"""
import supybot