Remove comment

This commit is contained in:
Berke Viktor 2013-05-16 00:08:43 +02:00
parent fd1b276aab
commit 8ccd11ee4b
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ irc_join_list (server *serv, GSList *favorites)
g_string_append (chanlist, fav->name);
if (fav->key) /* strlen() is required since key can be '' for session->channelkey */
if (fav->key)
{
g_string_append (keylist, fav->key);
send_keys = 1;