From 14df801f5326aba7f71505b21b9193d3f033f41c Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Fri, 15 May 2015 07:17:08 +0200 Subject: degesch: allow /quote when not registered --- degesch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degesch.c b/degesch.c index 916ecbb..951f296 100644 --- a/degesch.c +++ b/degesch.c @@ -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; -- cgit v1.2.3-54-g00ecf