diff options
Diffstat (limited to 'account.h')
| -rw-r--r-- | account.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -33,8 +33,11 @@ typedef struct account  	char *pass;  	char *server; +	int auto_connect;  	int reconnect; +	set_t *set; +	  	struct irc *irc;  	struct gaim_connection *gc;  	struct account *next; @@ -46,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 | 
