mirror of
https://github.com/fluffle/goirc
synced 2025-06-10 08:43:19 +00:00
Use new forked goconfig as a submodule
This commit is contained in:
parent
7c949c8be7
commit
4746832995
4 changed files with 6 additions and 2 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -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"
|
||||
"strings"
|
||||
irc "github.com/fluffle/goirc/client"
|
||||
"github.com/kless/goconfig/config"
|
||||
"goconfig"
|
||||
)
|
||||
|
||||
const authFile = "auth.conf"
|
||||
|
|
1
goconfig
Submodule
1
goconfig
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 61de17d7ee327208dbf1f98cacf70fd14930a493
|
2
rbot.go
2
rbot.go
|
@ -8,7 +8,7 @@ import (
|
|||
"time"
|
||||
"crypto/tls"
|
||||
"crypto/rand"
|
||||
"github.com/kless/goconfig/config"
|
||||
"goconfig"
|
||||
)
|
||||
|
||||
const confFile = "rbot.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue