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_showwhois.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/m_showwhois.cpp') diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 195d9ff28..5de3a3152 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -31,7 +31,7 @@ class SeeWhois final : public SimpleUserMode { - public: +public: SeeWhois(Module* Creator) : SimpleUserMode(Creator, "showwhois", 'W') { @@ -46,7 +46,7 @@ class SeeWhois final class WhoisNoticeCmd final : public Command { - public: +public: WhoisNoticeCmd(Module* Creator) : Command(Creator,"WHOISNOTICE", 2) { access_needed = CmdAccess::SERVER; @@ -78,12 +78,12 @@ class ModuleShowwhois final : public Module , public Whois::EventListener { - private: +private: bool ShowWhoisFromOpers; SeeWhois sw; WhoisNoticeCmd cmd; - public: +public: ModuleShowwhois() : Module(VF_VENDOR | VF_OPTCOMMON, "Adds user mode W (showwhois) which allows users to be informed when someone does a /WHOIS query on their nick.") -- cgit v1.3.1-10-gc9f91