Set inputView title when out of chat
This commit is contained in:
@ -17,5 +17,6 @@ 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 ")
|
||||
clearView("Chat")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user