We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0502d0 + d047559 commit 9f35f3eCopy full SHA for 9f35f3e
src/irc.coffee
@@ -23,6 +23,7 @@ class IrcBot extends Adapter
23
return logger.error "ERROR: Not sure who to send to. envelope=", envelope
24
25
for str in strings
26
+ logger.debug "#{target} #{str}"
27
@bot.say target, str
28
29
sendPrivate: (envelope, strings...) ->
0 commit comments