Cosmetics

This commit is contained in:
Berke Viktor 2013-05-15 11:48:37 +02:00
parent 8cf025f18d
commit 6f09752db4
1 changed files with 2 additions and 5 deletions

View File

@ -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;