Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    re132b60 r536dfa1  
    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 */
    7270
    7371/* ok. now the fun begins. first we create a connection structure */
     
    9088        int permdeny;
    9189       
    92         char displayname[128];
    9390        char *away;
    94        
    95         int evil;
    9691       
    9792        /* BitlBee */
     
    129124        char show[BUDDY_ALIAS_MAXLEN];
    130125        int present;
    131         int evil;
    132126        time_t signon;
    133127        time_t idle;
Note: See TracChangeset for help on using the changeset viewer.