degesch: allow /quote when not registered

This commit is contained in:
Přemysl Eric Janouch 2015-05-15 07:17:08 +02:00
parent 30191c76c8
commit 14df801f53
1 changed files with 1 additions and 1 deletions

View File

@ -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;