Changeset fd45e1d1 for irc.c


Ignore:
Timestamp:
2010-05-08T14:12:32Z (14 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.c

    rb0364dc rfd45e1d1  
    636636                        irc_umode_set( irc, "+" UMODE, TRUE );
    637637                       
    638                         ic = irc_channel_new( irc, ROOT_CHAN );
     638                        ic = irc->default_channel = irc_channel_new( irc, ROOT_CHAN );
    639639                        irc_channel_set_topic( ic, CONTROL_TOPIC, irc->root );
    640640                        irc_channel_add_user( ic, irc->user );
Note: See TracChangeset for help on using the changeset viewer.