From af8b07d20b16b9189c14e010f3d2df8d5da61f94 Mon Sep 17 00:00:00 2001 From: Nathan Blaney Date: Sat, 25 Jan 2014 16:28:16 +1100 Subject: [PATCH] Mark now works with out an input --- plugins/mark.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/mark.py b/plugins/mark.py index 742493e..9012dcc 100644 --- a/plugins/mark.py +++ b/plugins/mark.py @@ -1,9 +1,9 @@ import random from util import hook, text -@hook.command('harmon') -@hook.command -def mark(input): +@hook.command('harmon', autohelp=False) +@hook.command(autohelp=False) +def mark(inp): """mark -- Spreads the glory of Mark Harmon""" responses = [ "Praise our lord Mark Harmon",