diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-12-31 05:01:44 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-12-31 05:07:28 +0100 |
commit | 1d14abd87580a7ebbba753d22ba6517987dd5b8f (patch) | |
tree | b8b2165b2b1a5642f0bc70cb1c43d1c553562b01 | |
parent | 74bed4bc02ef08ef3cb71f8179f9f398f91b2a02 (diff) | |
download | xK-1d14abd87580a7ebbba753d22ba6517987dd5b8f.tar.gz xK-1d14abd87580a7ebbba753d22ba6517987dd5b8f.tar.xz xK-1d14abd87580a7ebbba753d22ba6517987dd5b8f.zip |
Cleanup
-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); } } |