Spelling, docstrings
This commit is contained in:
parent
a76ff29d4b
commit
004ceb79fc
6 changed files with 7 additions and 5 deletions
|
@ -108,7 +108,7 @@ def info(inp, notice=None, db=None):
|
|||
|
||||
@hook.regex(r'^\? ?(.+)')
|
||||
def factoid(inp, message=None, db=None, bot=None, action=None, conn=None, input=None):
|
||||
"?<word> -- Shows what data is associated with <word>."
|
||||
"""?<word> -- Shows what data is associated with <word>."""
|
||||
try:
|
||||
prefix_on = bot.config["plugins"]["factoids"].get("prefix", False)
|
||||
except KeyError:
|
||||
|
|
Reference in a new issue