mirror of
https://github.com/42wim/matterbridge
synced 2024-11-17 03:26:07 +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
|
return err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
b.Log.Debugf("Found bot %#v", bot)
|
||||||
|
|
||||||
if bot.Name != "" && bot.Name != "Slack API Tester" {
|
if bot.Name != "" && bot.Name != "Slack API Tester" {
|
||||||
rmsg.Username = bot.Name
|
rmsg.Username = bot.Name
|
||||||
|
Loading…
Reference in New Issue
Block a user