aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_opermotd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_opermotd.cpp')
-rw-r--r--src/modules/m_opermotd.cpp6
1 files changed, 3 insertions, 3 deletions
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)