mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-29 20:52:16 -05:00
Cosmetics
This commit is contained in:
parent
8cf025f18d
commit
6f09752db4
@ -1080,7 +1080,7 @@ check_autojoin_channels (server *serv)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* send auto join list */
|
/* autojoin to favorite channels */
|
||||||
if (serv->favlist)
|
if (serv->favlist)
|
||||||
{
|
{
|
||||||
serv->p_join_list (serv, 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); */
|
/* g_slist_free_full (serv->favlist, (GDestroyNotify) servlist_favchan_free); */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This is really only for re-connects when you
|
/* upon a reconnect, also autojoin to channels not in the favorites but joined during the session */
|
||||||
* join channels not in the auto-join list.
|
|
||||||
*/
|
|
||||||
|
|
||||||
while (list)
|
while (list)
|
||||||
{
|
{
|
||||||
sess = list->data;
|
sess = list->data;
|
||||||
|
Loading…
Reference in New Issue
Block a user