diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 02:17:19 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 02:17:19 -0400 |
commit | 40dee6d97136445b1aca02e06c41d56f48e921e7 (patch) | |
tree | e689a0d36857f58202449fa66b28db651a305bd5 | |
parent | c19d3bc4ae7494fa8e097d74ce0c99ef5e17bd90 (diff) | |
download | goofbot-40dee6d97136445b1aca02e06c41d56f48e921e7.tar.gz |
included Conf.Pass field
-rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go index 2eee1ce..8372dec 100644 --- a/main.go +++ b/main.go @@ -19,12 +19,15 @@ func checkerr(err error) { } } +//right now Conf.Pass isn't used, but i'm leaving it so the bot +//can have a registered nick type Conf struct { Owner string Chan string Server string Port int Nick string + Pass string User string Name string SSL bool |