1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-25 12:03:33 +00:00
This commit is contained in:
Gregory Rudolph
2019-10-03 08:40:09 -04:00
parent c62aeb2b01
commit 3662c6e09d
5 changed files with 9 additions and 18 deletions

View File

@ -5,7 +5,6 @@ package main
import (
"fmt"
"github.com/jroimartin/gocui"
"samhofi.us/x/keybase"
)
@ -20,7 +19,7 @@ func init() {
RegisterCommand(command)
}
func cmdJoin(g *gocui.Gui, cmd []string) {
func cmdJoin(cmd []string) {
stream = false
if len(cmd) == 3 {
channel.MembersType = keybase.TEAM