diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-15 07:17:08 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-15 07:17:08 +0200 |
commit | 14df801f5326aba7f71505b21b9193d3f033f41c (patch) | |
tree | b8d2647a01888dd6156f64b1ff01480daf94d94a /degesch.c | |
parent | 30191c76c8e32c87e6debc269765ad613ef64a12 (diff) | |
download | xK-14df801f5326aba7f71505b21b9193d3f033f41c.tar.gz xK-14df801f5326aba7f71505b21b9193d3f033f41c.tar.xz xK-14df801f5326aba7f71505b21b9193d3f033f41c.zip |
degesch: allow /quote when not registered
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5221,7 +5221,7 @@ handle_command_nick (struct app_context *ctx, char *arguments) static bool handle_command_quote (struct app_context *ctx, char *arguments) { - if (!server_command_check (ctx, "quote", true)) + if (!server_command_check (ctx, "quote", false)) return true; struct server *s = ctx->current_buffer->server; |