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_botmode.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/m_botmode.cpp') diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index d0175369c..95100ae0f 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -32,11 +32,11 @@ class BotTag final : public ClientProtocol::MessageTagProvider { - private: +private: SimpleUserMode& botmode; CTCTags::CapReference ctctagcap; - public: +public: BotTag(Module* mod, SimpleUserMode& bm) : ClientProtocol::MessageTagProvider(mod) , botmode(bm) @@ -63,12 +63,12 @@ class ModuleBotMode final , public Who::EventListener , public Whois::EventListener { - private: +private: SimpleUserMode bm; BotTag tag; bool forcenotice; - public: +public: ModuleBotMode() : Module(VF_VENDOR, "Adds user mode B (bot) which marks users with it set as bots in their /WHOIS response.") , ISupport::EventListener(this) -- cgit v1.3.1-10-gc9f91