Conditional: Add description about plugin to init

Fixes the issue in supybot-wizard which shows this type of output:

What plugin would you like to look at? [.../Conditional/...] Conditional


Add a description of the plugin (to be presented to the user inside the wizard)
here.  This should describe *what* the plugin does.


 Would you like to load this plugin? [y/n] (default: y)
This commit is contained in:
TheLordOfTime 2012-12-31 11:34:07 -05:00
parent 79eeb8eb95
commit 417182c15a
1 changed files with 3 additions and 2 deletions

View File

@ -28,9 +28,10 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
Contains numerous conditional commands (such as 'if', 'and', and 'or'),
which can be used on their own or with another plugin.
"""
import supybot