]> git.0d.be Git - barnard.git/blobdiff - barnard.go
add cmdline argument to start in a specific channel
[barnard.git] / barnard.go
index ef263f76035c6d6c5ef98ae7bee4bba98693f099..769151edb04dd38f612aea57ba35713e21226fb7 100644 (file)
@@ -1,11 +1,11 @@
-package barnard
+package main
 
 import (
        "crypto/tls"
 
-       "github.com/layeh/barnard/uiterm"
-       "github.com/layeh/gumble/gumble"
-       "github.com/layeh/gumble/gumbleopenal"
+       "layeh.com/barnard/uiterm"
+       "layeh.com/gumble/gumble"
+       "layeh.com/gumble/gumbleopenal"
 )
 
 type Barnard struct {
@@ -14,6 +14,7 @@ type Barnard struct {
 
        Address   string
        TLSConfig tls.Config
+       DefaultChannel string
 
        Stream *gumbleopenal.Stream