Skip to content

Commit

Permalink
Merge pull request #110 from maxking/help
Browse files Browse the repository at this point in the history
PM result of help command to the user
  • Loading branch information
Mike Cooper committed Sep 19, 2015
2 parents 51cf5f5 + 36efa8c commit 387fa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamper/plugins/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def command(self, bot, comm, groups):
response.append('{0.short_desc}'.format(command))
response = '\n'.join(response)

bot.reply(comm, response)
bot.msg(comm['user'], response)

class HelpCommand(Command):
name = 'help.individual'
Expand Down

0 comments on commit 387fa42

Please sign in to comment.