ddipaolo-- (hey buddy, next time you might want to actually update the

configurable item's help string when you copy it from another module)
This commit is contained in:
Daniel DiPaolo 2003-11-26 17:24:31 +00:00
parent 89857d9bd8
commit 1999cb4bbe
1 changed files with 2 additions and 2 deletions

View File

@ -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)