Skip to content

Commit

Permalink
Invite grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 28, 2013
1 parent 4ec1905 commit 567826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class IrcBot extends Adapter
console.log('%s was kicked from %s by %s: %s', who, channel, _by, reason)

bot.addListener 'invite', (channel, from) ->
console.log('%s invite you to join %s', from, channel)
console.log('%s invited you to join %s', from, channel)

if not process.env.HUBOT_IRC_PRIVATE or process.env.HUBOT_IRC_IGNOREINVITE
bot.join channel
Expand Down

0 comments on commit 567826e

Please sign in to comment.