mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Remove comment
This commit is contained in:
parent
fd1b276aab
commit
8ccd11ee4b
@ -194,7 +194,7 @@ irc_join_list (server *serv, GSList *favorites)
|
|||||||
|
|
||||||
g_string_append (chanlist, fav->name);
|
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);
|
g_string_append (keylist, fav->key);
|
||||||
send_keys = 1;
|
send_keys = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user