degesch: allow /quote when not registered
This commit is contained in:
parent
30191c76c8
commit
14df801f53
|
@ -5221,7 +5221,7 @@ handle_command_nick (struct app_context *ctx, char *arguments)
|
||||||
static bool
|
static bool
|
||||||
handle_command_quote (struct app_context *ctx, char *arguments)
|
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;
|
return true;
|
||||||
|
|
||||||
struct server *s = ctx->current_buffer->server;
|
struct server *s = ctx->current_buffer->server;
|
||||||
|
|
Loading…
Reference in New Issue