Changeset df1fb67 for protocols/nogaim.h


Ignore:
Timestamp:
2007-04-21T05:18:40Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c737ba7
Parents:
17fa798
Message:

Consistency; Using OPT_T(YP|HINK)ING for outgoing typing notfication crap
too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r17fa798 rdf1fb67  
    6161#define OPT_AWAY        0x00000004
    6262#define OPT_DOES_HTML   0x00000010
    63 #define OPT_TYPING      0x00000100
    64 #define OPT_THINKING    0x00000200
     63#define OPT_TYPING      0x00000100 /* Some pieces of code make assumptions */
     64#define OPT_THINKING    0x00000200 /* about these values... Stupid me! */
    6565
    6666/* ok. now the fun begins. first we create a connection structure */
Note: See TracChangeset for help on using the changeset viewer.