Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r536dfa1 re132b60  
    6868#define OPT_THINKING    0x00000200 /* about these values... Stupid me! */
    6969#define OPT_NOOTR       0x00001000 /* protocol not suitable for OTR */
     70#define OPT_PONGS       0x00010000 /* Service sends us keep-alives */
     71#define OPT_PONGED      0x00020000 /* Received a keep-alive during last interval */
    7072
    7173/* ok. now the fun begins. first we create a connection structure */
     
    8890        int permdeny;
    8991       
     92        char displayname[128];
    9093        char *away;
     94       
     95        int evil;
    9196       
    9297        /* BitlBee */
     
    124129        char show[BUDDY_ALIAS_MAXLEN];
    125130        int present;
     131        int evil;
    126132        time_t signon;
    127133        time_t idle;
Note: See TracChangeset for help on using the changeset viewer.