|
|
@ -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)) |
|
|
|