aboutsummaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-11-01 14:35:23 +0000
committerGravatar Sadie Powell2024-11-01 15:53:04 +0000
commit8a3aba4044ee10df332631c4c66ed60299566e58 (patch)
treeafb185a313dff83d61c26e3b95f47b62d3ab5694 /src/commands.cpp
parentDefault <options:extbanformat> to name. (diff)
parentUse fmtlib instead of iostream in ConvToStr where available. (diff)
Merge branch 'insp4' into master.
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 6aa1885b1..09a7eead6 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())