diff --git a/cmdJoin.go b/cmdJoin.go index 27e86e7..013b3e7 100644 --- a/cmdJoin.go +++ b/cmdJoin.go @@ -45,6 +45,7 @@ func cmdJoin(cmd []string) { clearView("Chat") setViewTitle("Input", fmt.Sprintf(" %s ", joinedName)) lastChat = joinedName + autoScrollView("Chat") go populateChat() default: printInfo(fmt.Sprintf("To join a team use %sjoin ", config.Basics.CmdPrefix))