Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 124227410efe01dd9c185ba48b99ec90c01cf841 Author: Wim <wim@42.be> Date: Wed Dec 12 00:27:55 2018 +0000 Add bot debug info (slack) diff --git a/bridge/slack/helpers.go b/bridge/slack/helpers.go index b0af50f..bbe9532 100644 --- a/bridge/slack/helpers.go +++ b/bridge/slack/helpers.go @@ -2486 +2487 @@ 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