diff options
Diffstat (limited to 'kike.c')
-rw-r--r-- | kike.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |