Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r0e788f5 rd88c92a  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2012 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2010 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
     
    1616 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
    1717 *                          (and possibly other members of the Gaim team)
    18  * Copyright 2002-2012 Wilmer van der Gaast <wilmer@gaast.net>
     18 * Copyright 2002-2007 Wilmer van der Gaast <wilmer@gaast.net>
    1919 */
    2020
     
    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       
     90        char displayname[128];
    9291        char *away;
     92       
     93        int evil;
    9394       
    9495        /* BitlBee */
     
    126127        char show[BUDDY_ALIAS_MAXLEN];
    127128        int present;
     129        int evil;
    128130        time_t signon;
    129131        time_t idle;
     
    196198        void (* rem_permit)     (struct im_connection *, char *who);
    197199        void (* rem_deny)       (struct im_connection *, char *who);
    198         /* Doesn't actually have UI hooks. Not used at all, can be removed. */
     200        /* Doesn't actually have UI hooks. */
    199201        void (* set_permit_deny)(struct im_connection *);
    200202       
Note: See TracChangeset for help on using the changeset viewer.