diff options
Diffstat (limited to 'modules/core/ms_sendall.cpp')
-rw-r--r-- | modules/core/ms_sendall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_sendall.cpp b/modules/core/ms_sendall.cpp index 6a764f829..7af5ac7af 100644 --- a/modules/core/ms_sendall.cpp +++ b/modules/core/ms_sendall.cpp @@ -17,7 +17,7 @@ class CommandMSSendAll : public Command { public: - CommandMSSendAll(Module *creator) : Command(creator, "memoserv/sendall", 1, 1, "memoserv/sendall") + CommandMSSendAll(Module *creator) : Command(creator, "memoserv/sendall", 1, 1) { this->SetDesc(_("Send a memo to all registered users")); this->SetSyntax(_("\037memo-text\037")); |