From 4976fe2219f95b67c8d401526aa0d1ad39193244 Mon Sep 17 00:00:00 2001 From: Edward Powell Date: Mon, 27 Jan 2014 19:51:29 -0500 Subject: [PATCH] [github] Fix #416 --- github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github.py b/github.py index 10c513f5bb..88d67a5097 100644 --- a/github.py +++ b/github.py @@ -86,7 +86,7 @@ def add_traceback(bot, trigger): # Make sure the input is valid args = trigger.group(2).split(None, 1) if len(args) != 2: - bot.say(validate) + bot.say('Please give both the issue number and the error message.') return number, trace = args