aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-10-26 15:26:59 +0100
committerGravatar Sadie Powell2024-10-26 15:26:59 +0100
commit414a08644944e73338a65f8d877bfbb94c72ceb6 (patch)
tree20ec2ba0e7bb8823bf58ca633d2fa64a4b1ddc87 /src/commands.cpp
parentSkip ciphersuites that don't have any users. (diff)
All core numerics should be in numeric.h not in .cpp files.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp10
1 files changed, 0 insertions, 10 deletions
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())