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_remove.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules/m_remove.cpp') diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index 767073094..0369ec25b 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -45,7 +45,7 @@ class RemoveBase bool& supportnokicks; ChanModeReference& nokicksmode; - public: +public: unsigned long protectedrank; RemoveBase(Module* Creator, bool& snk, ChanModeReference& nkm, const char* cmdn) @@ -168,7 +168,7 @@ class RemoveBase class CommandRemove final : public RemoveBase { - public: +public: CommandRemove(Module* Creator, bool& snk, ChanModeReference& nkm) : RemoveBase(Creator, snk, nkm, "REMOVE") { @@ -185,7 +185,7 @@ class CommandRemove final class CommandFpart final : public RemoveBase { - public: +public: CommandFpart(Module* Creator, bool& snk, ChanModeReference& nkm) : RemoveBase(Creator, snk, nkm, "FPART") { @@ -203,13 +203,13 @@ class ModuleRemove final : public Module , public ISupport::EventListener { - private: +private: ChanModeReference nokicksmode; CommandRemove cmd1; CommandFpart cmd2; bool supportnokicks; - public: +public: ModuleRemove() : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the /FPART and /REMOVE commands which allows channel operators to force part users from a channel.") , ISupport::EventListener(this) -- cgit v1.3.1-10-gc9f91