aboutsummaryrefslogtreecommitdiffstats
path: root/src/listmode.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/listmode.cpp
parentSkip ciphersuites that don't have any users. (diff)
downloadinspircd++-414a08644944e73338a65f8d877bfbb94c72ceb6.tar.gz
inspircd++-414a08644944e73338a65f8d877bfbb94c72ceb6.tar.bz2
inspircd++-414a08644944e73338a65f8d877bfbb94c72ceb6.zip
All core numerics should be in numeric.h not in .cpp files.
Diffstat (limited to 'src/listmode.cpp')
-rw-r--r--src/listmode.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp
index ee581ae40..5aa58b2e5 100644
--- a/src/listmode.cpp
+++ b/src/listmode.cpp
@@ -23,13 +23,6 @@
#include "inspircd.h"
#include "listmode.h"
-enum
-{
- // InspIRCd-specific.
- ERR_LISTMODEALREADYSET = 697,
- ERR_LISTMODENOTSET = 698,
-};
-
ListModeBase::ListModeBase(Module* Creator, const std::string& Name, char modechar, unsigned int lnum, unsigned int eolnum)
: ModeHandler(Creator, Name, modechar, PARAM_ALWAYS, MODETYPE_CHANNEL, MC_LIST)
, listnumeric(lnum)