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/listmode.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/listmode.cpp') 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) -- cgit v1.3.1-10-gc9f91