From 7fe8601a57c597dc20b6b44b06c763ba30110530 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 3 Feb 2005 13:03:33 +0000 Subject: [PATCH] Updated the sample docstrings to explain better what they do. --- scripts/supybot-newplugin | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/supybot-newplugin b/scripts/supybot-newplugin index f2c2712aa..3714a446f 100644 --- a/scripts/supybot-newplugin +++ b/scripts/supybot-newplugin @@ -92,7 +92,8 @@ import supybot.callbacks as callbacks class %s(%s): - """Add the help for "@help %s" here.""" + """Add the help for "@help %s" here (assuming you don\'t implement a %s + command). This should describe *how* to use this plugin.""" %s @@ -132,7 +133,7 @@ __init__Template = ''' """ Add a description of the plugin (to be presented to the user inside the wizard) -here. +here. This should describe *what* the plugin does. """ import supybot