Changeset fd45e1d1 for irc.h


Ignore:
Timestamp:
2010-05-08T14:12:32Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4a9fd5f
Parents:
b0364dc
Message:

Always show normal contacts in &bitlbee, not just the first channel in the
list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rb0364dc rfd45e1d1  
    7878       
    7979        GSList *users, *channels;
     80        struct irc_channel *default_channel;
    8081        GHashTable *nick_user_hash;
    8182        GHashTable *watches;
     
    130131{
    131132        IRC_CHANNEL_JOINED = 1,
     133        IRC_CHANNEL_CONTACTS = 256,
    132134} irc_channel_flags_t;
    133135
Note: See TracChangeset for help on using the changeset viewer.