From f6f5eee77be1a91563da38337bb80b04cb2ae071 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 28 Jul 2010 00:04:19 +0200 Subject: Source documentation update, including a short HACKING file. --- protocols/nogaim.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'protocols/nogaim.c') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index e628126f..d8c7d05a 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -288,17 +288,6 @@ void imcb_connected( struct im_connection *ic ) if( ic->bee->ui->imc_connected ) ic->bee->ui->imc_connected( ic ); - - /* - for( c = irc->chatrooms; c; c = c->next ) - { - if( c->acc != ic->acc ) - continue; - - if( set_getbool( &c->set, "auto_join" ) ) - chat_join( irc, c, NULL ); - } - */ } gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond ) -- cgit v1.2.3