aboutsummaryrefslogtreecommitdiffstats
path: root/account.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-07-01 17:52:05 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-07-01 17:52:05 +0200
commit5100caa16bb707d89f1873aca99b5f87abc1dd56 (patch)
treecb07ef3e313f9d6f4f5feb2231176c5e9a2a7a2a /account.h
parent0a3c243b6659dc10efb227e507f324c2711d6dcd (diff)
Added "account set" command.
Diffstat (limited to 'account.h')
-rw-r--r--account.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/account.h b/account.h
index 40efb101..9fed399e 100644
--- a/account.h
+++ b/account.h
@@ -36,6 +36,8 @@ typedef struct account
int auto_connect;
int reconnect;
+ set_t *set;
+
struct irc *irc;
struct gaim_connection *gc;
struct account *next;
@@ -47,4 +49,7 @@ void account_del( irc_t *irc, account_t *acc );
void account_on( irc_t *irc, account_t *a );
void account_off( irc_t *irc, account_t *a );
+#define ACC_SET_NOSAVE 1
+#define ACC_SET_OFFLINE_ONLY 2
+
#endif