diff options
| -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;  | 
