Skip to content

Commit 9f35f3e

Browse files
committed
Merge pull request nandub#127 from dpritchett/patch-1
Log all hubot output to debug log?
2 parents b0502d0 + d047559 commit 9f35f3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/irc.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class IrcBot extends Adapter
2323
return logger.error "ERROR: Not sure who to send to. envelope=", envelope
2424

2525
for str in strings
26+
logger.debug "#{target} #{str}"
2627
@bot.say target, str
2728

2829
sendPrivate: (envelope, strings...) ->

0 commit comments

Comments
 (0)