mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 15:40:27 +00:00
Add bot debug info (slack)
This commit is contained in:
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…
Reference in New Issue
Block a user