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_opermotd.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_opermotd.cpp') diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index 975e79a0b..7f8680bb7 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -40,7 +40,7 @@ enum class CommandOpermotd final : public Command { - public: +public: file_cache opermotd; CommandOpermotd(Module* Creator) : Command(Creator,"OPERMOTD", 0, 1) @@ -82,11 +82,11 @@ class CommandOpermotd final class ModuleOpermotd final : public Module { - private: +private: CommandOpermotd cmd; bool onoper; - public: +public: ModuleOpermotd() : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the /OPERMOTD command which adds a special message of the day for server operators.") , cmd(this) -- cgit v1.3.1-10-gc9f91