Restored inbound.c to make the pull request cleaner.

This commit is contained in:
Diogo Sousa 2013-05-24 22:04:34 +01:00
parent 7353bf2698
commit fffe9f4bd9
1 changed files with 1 additions and 2 deletions

View File

@ -1093,8 +1093,7 @@ check_autojoin_channels (server *serv)
strcpy (sess->waitchannel, sess->willjoinchannel);
sess->willjoinchannel[0] = 0;
/* Is this channel in our favorites? */
fav = servlist_favchan_find (serv->network, sess->waitchannel, NULL);
fav = servlist_favchan_find (serv->network, sess->waitchannel, NULL); /* Is this channel in our favorites? */
/* session->channelkey is initially unset for channels joined from the favorites. You have to fill them up manually from favorites settings. */
if (fav)