From 1999cb4bbe9d8b7981b549a77c61e5b264083a80 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Wed, 26 Nov 2003 17:24:31 +0000 Subject: [PATCH] ddipaolo-- (hey buddy, next time you might want to actually update the configurable item's help string when you copy it from another module) --- plugins/Karma.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Karma.py b/plugins/Karma.py index 6d8295315..c2d0a2fee 100644 --- a/plugins/Karma.py +++ b/plugins/Karma.py @@ -61,8 +61,8 @@ class Karma(callbacks.PrivmsgCommandAndRegexp, addressedRegexps = ['increaseKarma', 'decreaseKarma'] configurables = plugins.ConfigurableDictionary( [('simple-output', plugins.ConfigurableBoolType, False, - """Determines whether the bot will output shorter versions of URLs - longer than the tinyurl-minimum-length config variable.""")] + """Determines whether the bot will output shorter versions of the + karma output when requesting a single thing's karma.""")] ) def __init__(self): callbacks.PrivmsgCommandAndRegexp.__init__(self)