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__ = {}