mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
The configurable help message now includes an example.
This commit is contained in:
parent
1999cb4bbe
commit
c97fe5e4a1
@ -62,7 +62,8 @@ class Karma(callbacks.PrivmsgCommandAndRegexp,
|
|||||||
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 the
|
"""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):
|
def __init__(self):
|
||||||
callbacks.PrivmsgCommandAndRegexp.__init__(self)
|
callbacks.PrivmsgCommandAndRegexp.__init__(self)
|
||||||
|
Loading…
Reference in New Issue
Block a user