diff options
| author | 2024-11-01 14:35:23 +0000 | |
|---|---|---|
| committer | 2024-11-01 15:53:04 +0000 | |
| commit | 8a3aba4044ee10df332631c4c66ed60299566e58 (patch) | |
| tree | afb185a313dff83d61c26e3b95f47b62d3ab5694 /src/listmode.cpp | |
| parent | Default <options:extbanformat> to name. (diff) | |
| parent | Use fmtlib instead of iostream in ConvToStr where available. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'src/listmode.cpp')
| -rw-r--r-- | src/listmode.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp index de5b77c42..d385943e1 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) |
