Mark now works with out an input

This commit is contained in:
Nathan Blaney 2014-01-25 16:28:16 +11:00
parent 728ab6f60b
commit af8b07d20b

View file

@ -1,9 +1,9 @@
import random import random
from util import hook, text from util import hook, text
@hook.command('harmon') @hook.command('harmon', autohelp=False)
@hook.command @hook.command(autohelp=False)
def mark(input): def mark(inp):
"""mark -- Spreads the glory of Mark Harmon""" """mark -- Spreads the glory of Mark Harmon"""
responses = [ responses = [
"Praise our lord Mark Harmon", "Praise our lord Mark Harmon",