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