This commit is contained in:
Přemysl Eric Janouch 2015-12-31 05:01:44 +01:00
parent 74bed4bc02
commit 1d14abd875
1 changed files with 1 additions and 1 deletions

2
kike.c
View File

@ -1784,7 +1784,7 @@ mode_processor_do_user (struct mode_processor *self, int mode)
target, self->channel->name);
else if (irc_modify_mode (&target_user->modes, mode, self->adding))
{
str_append_c (self->output, self->mode_char); \
str_append_c (self->output, self->mode_char);
str_vector_add (self->output_params, client->nickname);
}
}