Skip to content

Commit

Permalink
[github] Fix sopel-irc#416
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jan 28, 2014
1 parent 4d5d791 commit 4976fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4976fe2

Please sign in to comment.