1
0
forked from bip/bip

Merge branch 'master' into bip08

This commit is contained in:
Arnaud Cornet 2009-01-10 12:55:13 +01:00
commit 744ea7d03b

View File

@ -1011,9 +1011,10 @@ static int irc_cli_join(struct link_client *irc, struct line *line)
kp[klen] = 0;
if (*ke == 0)
ks = NULL;
} else
} else {
kp = NULL;
ks = NULL;
}
}
irc_add_channel_info(LINK(irc)->l_server, p, kp);