mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 07:37:23 +00:00
Update stream to show you're in the stream
This commit is contained in:
@ -16,7 +16,8 @@ func init() {
|
|||||||
func cmdStream(cmd []string) {
|
func cmdStream(cmd []string) {
|
||||||
stream = true
|
stream = true
|
||||||
channel.Name = ""
|
channel.Name = ""
|
||||||
|
|
||||||
printToView("Feed", "You are now viewing the formatted stream")
|
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")
|
clearView("Chat")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user