1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 09:57:24 +00:00

Pretty formatting

This commit is contained in:
Gregory 'Rudi' Rudolph
2019-09-21 19:34:00 -04:00
parent b1b470bf47
commit 339493ca40

View File

@ -198,7 +198,7 @@ func handleMessage(api keybase.ChatAPI, g *gocui.Gui) {
}
}
} else {
printToView(g, "Feed", fmt.Sprintf("[ %s ] %s: %s", cleanChannelName(channelName), msgSender, msgBody))
printToView(g, "Feed", fmt.Sprintf("PM from @%s: %s", cleanChannelName(channelName), msgBody))
}
}
if api.Msg.Channel.MembersType == channel.MembersType && cleanChannelName(api.Msg.Channel.Name) == channel.Name {