From fffe9f4bd9dea9f61f19eeee08dea0c4dd072244 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Fri, 24 May 2013 22:04:34 +0100 Subject: [PATCH] Restored inbound.c to make the pull request cleaner. --- src/common/inbound.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/inbound.c b/src/common/inbound.c index bbdd89c6..da2cb34c 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -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)