From 2bcfd9e0e59439d4f9dc1630f89fd3b39d51c031 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 1 Mar 2011 14:35:40 +0100 Subject: [PATCH] Conditional & MessageParser: Add description. --- plugins/Conditional/__init__.py | 2 +- plugins/MessageParser/__init__.py | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/Conditional/__init__.py b/plugins/Conditional/__init__.py index 8a48b27be..73e1b14fe 100644 --- a/plugins/Conditional/__init__.py +++ b/plugins/Conditional/__init__.py @@ -38,7 +38,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__ = "" +__version__ = "0.1" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown diff --git a/plugins/MessageParser/__init__.py b/plugins/MessageParser/__init__.py index c2d0efb5a..8e321977c 100644 --- a/plugins/MessageParser/__init__.py +++ b/plugins/MessageParser/__init__.py @@ -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. +MessageParser can be configured to run commands when a message matches a +given trigger. """ import supybot @@ -38,11 +38,12 @@ 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__ = "" +__version__ = "0.1" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown + # This is a dictionary mapping supybot.Author instances to lists of # contributions. __contributors__ = {}