Skip to content

Commit

Permalink
Merge pull request nandub#127 from dpritchett/patch-1
Browse files Browse the repository at this point in the history
Log all hubot output to debug log?
  • Loading branch information
nandub committed Jan 11, 2015
2 parents b0502d0 + d047559 commit 9f35f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/irc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class IrcBot extends Adapter
return logger.error "ERROR: Not sure who to send to. envelope=", envelope

for str in strings
logger.debug "#{target} #{str}"
@bot.say target, str

sendPrivate: (envelope, strings...) ->
Expand Down

0 comments on commit 9f35f3e

Please sign in to comment.