aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_banexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_banexception.cpp')
-rw-r--r--src/modules/m_banexception.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp
index f742464fd..ca0ef5ba3 100644
--- a/src/modules/m_banexception.cpp
+++ b/src/modules/m_banexception.cpp
@@ -39,7 +39,7 @@ enum
class BanException final
: public ListModeBase
{
- public:
+public:
BanException(Module* Creator)
: ListModeBase(Creator, "banexception", 'e', "End of Channel Exception List", RPL_EXCEPTLIST, RPL_ENDOFEXCEPTLIST, true)
{
@@ -52,10 +52,10 @@ class ModuleBanException final
, public ExtBan::EventListener
, public ISupport::EventListener
{
- private:
+private:
BanException be;
- public:
+public:
ModuleBanException()
: Module(VF_VENDOR, "Adds channel mode e (banexception) which allows channel operators to exempt user masks from channel mode b (ban).")
, ExtBan::EventListener(this)