From c97fe5e4a1de5e4354775bedefdadfb592acdc64 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Wed, 26 Nov 2003 17:27:50 +0000 Subject: [PATCH] The configurable help message now includes an example. --- plugins/Karma.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Karma.py b/plugins/Karma.py index c2d0a2fee..2b5efffb2 100644 --- a/plugins/Karma.py +++ b/plugins/Karma.py @@ -62,7 +62,8 @@ class Karma(callbacks.PrivmsgCommandAndRegexp, configurables = plugins.ConfigurableDictionary( [('simple-output', plugins.ConfigurableBoolType, False, """Determines whether the bot will output shorter versions of the - karma output when requesting a single thing's karma.""")] + karma output when requesting a single thing's karma. (example: 'foo: + 1')""")] ) def __init__(self): callbacks.PrivmsgCommandAndRegexp.__init__(self)