Browse Source

added autoScrollView() on joining channel

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

1
cmdJoin.go

@ -45,6 +45,7 @@ func cmdJoin(cmd []string) { @@ -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 <team> <channel>", config.Basics.CmdPrefix))

Loading…
Cancel
Save