From 417182c15a1a38ac05d49f0f57e37ef4ba600064 Mon Sep 17 00:00:00 2001 From: TheLordOfTime Date: Mon, 31 Dec 2012 11:34:07 -0500 Subject: [PATCH] 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) --- plugins/Conditional/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/Conditional/__init__.py b/plugins/Conditional/__init__.py index 73e1b14fe..d142ce54f 100644 --- a/plugins/Conditional/__init__.py +++ b/plugins/Conditional/__init__.py @@ -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