Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.h

    r5b52a48 r7b23afd  
    3434        char *server;
    3535       
    36         int auto_connect;
    3736        int reconnect;
    38        
    39         set_t *set;
    40         GHashTable *nicks;
    4137       
    4238        struct irc *irc;
     
    5147void account_off( irc_t *irc, account_t *a );
    5248
    53 char *set_eval_account( set_t *set, char *value );
    54 
    55 #define ACC_SET_NOSAVE          1
    56 #define ACC_SET_OFFLINE_ONLY    2
    57 #define ACC_SET_ONLINE_ONLY     4
    58 
    5949#endif
Note: See TracChangeset for help on using the changeset viewer.