Browse Source

updated to fill in lastChat

pull/36/head
David Haukeness 5 years ago
parent
commit
4a7818c79e
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 1
      cmdJoin.go

1
cmdJoin.go

@ -44,6 +44,7 @@ func cmdJoin(cmd []string) { @@ -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))

Loading…
Cancel
Save