diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-16 00:08:43 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-16 00:08:43 +0200 |
commit | 8ccd11ee4bbf3d4a7a7fc06a872eca6d20544cba (patch) | |
tree | c64f4b104ea87c5c97b5ab72a1af8a79d78407b0 /src | |
parent | fd1b276aabcf7a7e4269ca6ae72e04411212f35c (diff) |
Remove comment
Diffstat (limited to 'src')
-rw-r--r-- | src/common/proto-irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index 9b375d92..00767b89 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -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; |