kike: code cleanups

This commit is contained in:
Přemysl Eric Janouch 2018-08-01 09:09:02 +02:00
parent 3c47e5b354
commit d87d533078
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 4 deletions

5
kike.c
View File

@ -1454,8 +1454,7 @@ irc_handle_nick (const struct irc_message *msg, struct client *c)
cstr_set (&c->nickname, xstrdup (nickname));
str_map_set (&ctx->users, nickname, c);
if (!c->registered)
irc_try_finish_registration (c);
irc_try_finish_registration (c);
}
static void
@ -3017,8 +3016,6 @@ static void
irc_process_message (const struct irc_message *msg,
const char *raw, void *user_data)
{
(void) raw;
struct client *c = user_data;
if (c->closing_link)
return;