1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 05:17:27 +00:00

Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
2019-10-16 13:18:27 -06:00

View File

@ -16,7 +16,8 @@ func init() {
func cmdStream(cmd []string) {
stream = true
channel.Name = ""
printToView("Feed", "You are now viewing the formatted stream")
viewTitle("Input", " Not in a chat /j to join ")
viewTitle("Input", " Stream - Not in a chat /j to join ")
clearView("Chat")
}