Add bot debug info (slack)

pull/656/head
Wim 6 years ago
parent 1a1e68ec98
commit d887855e16

@ -248,6 +248,7 @@ func (b *Bslack) populateMessageWithBotInfo(ev *slack.MessageEvent, rmsg *config
return err
}
}
b.Log.Debugf("Found bot %#v", bot)
if bot.Name != "" && bot.Name != "Slack API Tester" {
rmsg.Username = bot.Name

Loading…
Cancel
Save