From 8d7b7d6cc4bdb8db1916c309fca53aa9f804d49e Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 12 Nov 2021 05:56:32 -0500 Subject: [PATCH] [Commands] Remove #optest Command. (#1727) - Remove unused command. --- zone/command.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/command.h b/zone/command.h index 263935484..99f570976 100644 --- a/zone/command.h +++ b/zone/command.h @@ -213,7 +213,6 @@ void command_numauths(Client *c, const Seperator *sep); void command_object(Client* c, const Seperator *sep); void command_oocmute(Client *c, const Seperator *sep); void command_opcode(Client *c, const Seperator *sep); -void command_optest(Client *c, const Seperator *sep); #ifdef PACKET_PROFILER void command_packetprofile(Client *c, const Seperator *sep);