summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-05-24 22:04:34 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-05-24 22:04:34 +0100
commitfffe9f4bd9dea9f61f19eeee08dea0c4dd072244 (patch)
tree5a59787dc86fbdaccbe831b77253f953fd883e7e /src/common
parent7353bf269817ead3c473c47b60f5b6b66900de73 (diff)
Restored inbound.c to make the pull request cleaner.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/inbound.c3
1 files changed, 1 insertions, 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)