Browse Source

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

pull/12/head
David Haukeness 5 years ago
parent
commit
de2eb36817
  1. 3
      cmdStream.go

3
cmdStream.go

@ -16,7 +16,8 @@ func init() { @@ -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")
}

Loading…
Cancel
Save