From 585e4399084afe8a0718b789c822d1131bba8a5c Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Tue, 15 Oct 2019 12:07:59 -0400 Subject: [PATCH] Update stream to show you're in the stream --- cmdStream.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmdStream.go b/cmdStream.go index cbfc0ba..9978e6e 100644 --- a/cmdStream.go +++ b/cmdStream.go @@ -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") }