about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 6c1cf0f..7e320eb 100644
--- a/chat.h
+++ b/chat.h
@@ -35,6 +35,7 @@ typedef unsigned char byte;
 struct {
 	char *host;
 	char *port;
+	char *auth;
 	char *pass;
 	char *webp;
 	char *nick;