aboutsummaryrefslogtreecommitdiffstats
path: root/account.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-21 00:14:46 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-21 00:14:46 +0200
commit2b14eef99faf7e113cc6c17d68bf6402f87ddd66 (patch)
tree7cbd809b8e1c6c2a3949b4db39c55d8862826715 /account.h
parent9b46b64b83314a177a7ca3f9f990ff8c78282a5a (diff)
Implemented handling of autoconnect attribute.
Diffstat (limited to 'account.h')
-rw-r--r--account.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/account.h b/account.h
index 37cd8814..40efb101 100644
--- a/account.h
+++ b/account.h
@@ -33,6 +33,7 @@ typedef struct account
char *pass;
char *server;
+ int auto_connect;
int reconnect;
struct irc *irc;