summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-15 11:48:37 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-15 11:48:37 +0200
commit6f09752db4561cb1995990d80ca658c654360834 (patch)
tree8c24089b4cab881736062decefa70c9668f77d64 /src/common
parent8cf025f18d85c079a8e95140cdc5abc8b6fc9c04 (diff)
Cosmetics
Diffstat (limited to 'src/common')
-rw-r--r--src/common/inbound.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c
index 953a78ee..ee57854f 100644
--- a/src/common/inbound.c
+++ b/src/common/inbound.c
@@ -1080,7 +1080,7 @@ check_autojoin_channels (server *serv)
 		return;
 	}
 
-	/* send auto join list */
+	/* autojoin to favorite channels */
 	if (serv->favlist)
 	{
 		serv->p_join_list (serv, serv->favlist);
@@ -1090,10 +1090,7 @@ check_autojoin_channels (server *serv)
 		/* g_slist_free_full (serv->favlist, (GDestroyNotify) servlist_favchan_free); */
 	}
 
-	/* This is really only for re-connects when you
-	 * join channels not in the auto-join list.
-	 */
-
+	/* upon a reconnect, also autojoin to channels not in the favorites but joined during the session */
 	while (list)
 	{
 		sess = list->data;