mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
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:
parent
89857d9bd8
commit
1999cb4bbe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user