mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 06:27:24 +00:00
updated to fill in lastChat
This commit is contained in:
@ -44,6 +44,7 @@ func cmdJoin(cmd []string) {
|
||||
printInfoF("You are joining: $TEXT", config.Colors.Message.LinkKeybase.stylize(joinedName))
|
||||
clearView("Chat")
|
||||
setViewTitle("Input", fmt.Sprintf(" %s ", joinedName))
|
||||
lastChat = joinedName
|
||||
go populateChat()
|
||||
default:
|
||||
printInfo(fmt.Sprintf("To join a team use %sjoin <team> <channel>", config.Basics.CmdPrefix))
|
||||
|
||||
Reference in New Issue
Block a user