diff options
Diffstat (limited to 'modules/core/ms_staff.cpp')
-rw-r--r-- | modules/core/ms_staff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_staff.cpp b/modules/core/ms_staff.cpp index b4fe26f5c..6264dbea4 100644 --- a/modules/core/ms_staff.cpp +++ b/modules/core/ms_staff.cpp @@ -17,7 +17,7 @@ class CommandMSStaff : public Command { public: - CommandMSStaff(Module *creator) : Command(creator, "memoserv/staff", 1, 1, "memoserv/staff") + CommandMSStaff(Module *creator) : Command(creator, "memoserv/staff", 1, 1) { this->SetDesc(_("Send a memo to all opers/admins")); this->SetSyntax(_("\037memo-text\037")); |