Changeset ad2d8bc for irc.h


Ignore:
Timestamp:
2010-08-25T23:03:11Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8358691
Parents:
be999a5
Message:

It compiles, including otr.c. Time to hook it up with the rest again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rbe999a5 rad2d8bc  
    9797        /* Replaced with iu->last_channel IRC_USER_PRIVATE = 1, */
    9898        IRC_USER_AWAY = 2,
     99       
     100        IRC_USER_OTR_ENCRYPTED = 0x10000,
     101        IRC_USER_OTR_TRUSTED   = 0x20000,
    99102} irc_user_flags_t;
    100103
Note: See TracChangeset for help on using the changeset viewer.