aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c11
1 files changed, 0 insertions, 11 deletions
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 )