From 414a08644944e73338a65f8d877bfbb94c72ceb6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 26 Oct 2024 15:26:59 +0100 Subject: All core numerics should be in numeric.h not in .cpp files. --- src/commands.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index b2a5b2317..43c1bcb96 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -26,16 +26,6 @@ #include "inspircd.h" -enum -{ - // From RFC 1459. - ERR_NOTREGISTERED = 451, - ERR_NEEDMOREPARAMS = 461, - - // InspIRCd-specific. - RPL_SYNTAX = 650, -}; - bool CommandParser::LoopCall(User* user, Command* handler, const CommandBase::Params& parameters, unsigned int splithere, int extra, bool usemax) { if (splithere >= parameters.size()) -- cgit v1.3.1-10-gc9f91