From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- src/modules/m_banexception.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_banexception.cpp') 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) -- cgit v1.3.1-10-gc9f91