aboutsummaryrefslogtreecommitdiff
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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp
index c6cdd691d..9d94d3e63 100644
--- a/src/modules/m_opermotd.cpp
+++ b/src/modules/m_opermotd.cpp
@@ -43,7 +43,8 @@ class CommandOpermotd final
public:
std::vector<std::string> opermotd;
- CommandOpermotd(Module* Creator) : Command(Creator,"OPERMOTD", 0, 1)
+ CommandOpermotd(Module* Creator)
+ : Command(Creator, "OPERMOTD")
{
access_needed = CmdAccess::OPERATOR;
syntax = { "[<servername>]" };