cmd-noop.c revision 39e6fcc3e8b1ccb13087c232cb6bdea04d1a20a4
/* Copyright (C) 2002 Timo Sirainen */
#include "common.h"
#include "commands.h"
int cmd_noop(struct client_command_context *cmd)
{
return cmd_sync(cmd, 0, 0, "OK NOOP completed.");
}