From fd45e1d1d63761a0bf18c7ad885d72acd6367746 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 8 May 2010 15:12:32 +0100 Subject: Always show normal contacts in &bitlbee, not just the first channel in the list. --- irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc.c') diff --git a/irc.c b/irc.c index 4a7ba332..39943877 100644 --- a/irc.c +++ b/irc.c @@ -635,7 +635,7 @@ int irc_check_login( irc_t *irc ) irc->umode[0] = '\0'; irc_umode_set( irc, "+" UMODE, TRUE ); - ic = irc_channel_new( irc, ROOT_CHAN ); + ic = irc->default_channel = irc_channel_new( irc, ROOT_CHAN ); irc_channel_set_topic( ic, CONTROL_TOPIC, irc->root ); irc_channel_add_user( ic, irc->user ); -- cgit v1.2.3