mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-09 02:54:13 +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']
|
addressedRegexps = ['increaseKarma', 'decreaseKarma']
|
||||||
configurables = plugins.ConfigurableDictionary(
|
configurables = plugins.ConfigurableDictionary(
|
||||||
[('simple-output', plugins.ConfigurableBoolType, False,
|
[('simple-output', plugins.ConfigurableBoolType, False,
|
||||||
"""Determines whether the bot will output shorter versions of URLs
|
"""Determines whether the bot will output shorter versions of the
|
||||||
longer than the tinyurl-minimum-length config variable.""")]
|
karma output when requesting a single thing's karma.""")]
|
||||||
)
|
)
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
callbacks.PrivmsgCommandAndRegexp.__init__(self)
|
callbacks.PrivmsgCommandAndRegexp.__init__(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user