mirror of https://github.com/fluffle/goirc
Use new forked goconfig as a submodule
This commit is contained in:
parent
7c949c8be7
commit
4746832995
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "goconfig"]
|
||||||
|
path = goconfig
|
||||||
|
url = https://github.com/raylu/goconfig.git
|
2
auth.go
2
auth.go
|
@ -5,7 +5,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
irc "github.com/fluffle/goirc/client"
|
irc "github.com/fluffle/goirc/client"
|
||||||
"github.com/kless/goconfig/config"
|
"goconfig"
|
||||||
)
|
)
|
||||||
|
|
||||||
const authFile = "auth.conf"
|
const authFile = "auth.conf"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 61de17d7ee327208dbf1f98cacf70fd14930a493
|
Loading…
Reference in New Issue