aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-28 00:04:19 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-28 00:04:19 +0200
commitf6f5eee77be1a91563da38337bb80b04cb2ae071 (patch)
treeb77471103840b98a6d351bd09d275cb64b84d8a2 /protocols/nogaim.c
parent82ca98619fc6fbef41de7235b5cc930961ef0cc0 (diff)
Source documentation update, including a short HACKING file.
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 )