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_silence.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/modules/m_silence.cpp') diff --git a/src/modules/m_silence.cpp b/src/modules/m_silence.cpp index b988faee6..6a1a5cc07 100644 --- a/src/modules/m_silence.cpp +++ b/src/modules/m_silence.cpp @@ -37,7 +37,7 @@ enum class SilenceEntry final { - public: +public: enum SilenceFlags { // Does nothing; for internal use only. @@ -187,7 +187,7 @@ typedef insp::flat_set SilenceList; class SilenceExtItem final : public SimpleExtItem { - public: +public: unsigned long maxsilence; SilenceExtItem(Module* Creator) @@ -266,7 +266,7 @@ class SilenceExtItem final class SilenceMessage final : public ClientProtocol::Message { - public: +public: SilenceMessage(const std::string& mask, const std::string& flags) : ClientProtocol::Message("SILENCE") { @@ -278,7 +278,7 @@ class SilenceMessage final class CommandSilence final : public SplitCommand { - private: +private: ClientProtocol::EventProvider msgprov; CmdResult AddSilence(LocalUser* user, const std::string& mask, uint32_t flags) @@ -340,7 +340,7 @@ class CommandSilence final return CmdResult::SUCCESS; } - public: +public: SilenceExtItem ext; CommandSilence(Module* Creator) @@ -396,7 +396,7 @@ class ModuleSilence final , public CTCTags::EventListener , public ISupport::EventListener { - private: +private: bool exemptservice; CommandSilence cmd; @@ -435,7 +435,7 @@ class ModuleSilence final return true; } - public: +public: ModuleSilence() : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the /SILENCE command which allows users to ignore other users on server-side.") , CTCTags::EventListener(this) -- cgit v1.3.1-10-gc9f91