about summary refs log tree commit diff stats
path: root/main.go
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-17 02:17:19 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-17 02:17:19 -0400
commit40dee6d97136445b1aca02e06c41d56f48e921e7 (patch)
treee689a0d36857f58202449fa66b28db651a305bd5 /main.go
parentc19d3bc4ae7494fa8e097d74ce0c99ef5e17bd90 (diff)
downloadgoofbot-40dee6d97136445b1aca02e06c41d56f48e921e7.tar.gz
included Conf.Pass field
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
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