aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--degesch.c2
1 files changed, 1 insertions, 1 deletions
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;