diff options
| author | 2022-04-16 11:48:08 +0100 | |
|---|---|---|
| committer | 2022-04-16 12:01:59 +0100 | |
| commit | c0bc5bf7981e30229bdabfdf51a289635fe8be76 (patch) | |
| tree | 9ccf09d595b797e4dcffe0c43c0ad7eb70260f39 /src/modules/m_exemptchanops.cpp | |
| parent | Add a class that wraps a dynamic reference to the extban manager. (diff) | |
| download | inspircd++-c0bc5bf7981e30229bdabfdf51a289635fe8be76.tar.gz inspircd++-c0bc5bf7981e30229bdabfdf51a289635fe8be76.tar.bz2 inspircd++-c0bc5bf7981e30229bdabfdf51a289635fe8be76.zip | |
Add ListModeBase::CanonicalizeParam, fix cleaning extban masks.
Diffstat (limited to 'src/modules/m_exemptchanops.cpp')
| -rw-r--r-- | src/modules/m_exemptchanops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_exemptchanops.cpp b/src/modules/m_exemptchanops.cpp index 9fa9fa92f..89c1688fc 100644 --- a/src/modules/m_exemptchanops.cpp +++ b/src/modules/m_exemptchanops.cpp @@ -36,7 +36,7 @@ class ExemptChanOps final { public: ExemptChanOps(Module* Creator) - : ListModeBase(Creator, "exemptchanops", 'X', RPL_EXEMPTIONLIST, RPL_ENDOFEXEMPTIONLIST, false) + : ListModeBase(Creator, "exemptchanops", 'X', RPL_EXEMPTIONLIST, RPL_ENDOFEXEMPTIONLIST) { syntax = "<restriction>:<prefix>"; } |
