Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.h

    r7b23afd r5100caa  
    3434        char *server;
    3535       
     36        int auto_connect;
    3637        int reconnect;
     38       
     39        set_t *set;
    3740       
    3841        struct irc *irc;
     
    4750void account_off( irc_t *irc, account_t *a );
    4851
     52#define ACC_SET_NOSAVE          1
     53#define ACC_SET_OFFLINE_ONLY    2
     54
    4955#endif
Note: See TracChangeset for help on using the changeset viewer.