about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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