Skip to content

Commit

Permalink
Updated !!help to link to our repo instead of Zirak's
Browse files Browse the repository at this point in the history
  • Loading branch information
dannybeckett committed Jan 14, 2014
1 parent 77074f1 commit 1be2907
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ var commands = {
return args + ': ' + desc;
}

return 'Information on interacting with me can be found at ' +
'[this page](https://github.com/Zirak/SO-ChatBot/' +
'wiki/Interacting-with-the-bot)';
return 'Information on interacting with me can be found at [this page](https://github.com/dannybeckett/SO-ChatBot/blob/master/README.md)';
},

listen : function ( msg ) {
Expand Down

0 comments on commit 1be2907

Please sign in to comment.