summaryrefslogtreecommitdiff
path: root/modules/commands/ms_staff.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-06-23 07:12:41 -0400
committerAdam <Adam@anope.org>2014-06-23 07:12:41 -0400
commit148b26f687ce85dc01e852a2358b03d493757ada (patch)
treef81ea553d0384ec6063eff45cfaff5aa92aaa1c9 /modules/commands/ms_staff.cpp
parent0dba0692f9f88275b7d89d511bf22124217bc4c6 (diff)
Mostly working language string rewrite with new format strings
Diffstat (limited to 'modules/commands/ms_staff.cpp')
-rw-r--r--modules/commands/ms_staff.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/commands/ms_staff.cpp b/modules/commands/ms_staff.cpp
index 7e33b76b3..aff70fd83 100644
--- a/modules/commands/ms_staff.cpp
+++ b/modules/commands/ms_staff.cpp
@@ -39,8 +39,6 @@ class CommandMSStaff : public Command
bool OnHelp(CommandSource &source, const Anope::string &subcommand) override
{
- this->SendSyntax(source);
- source.Reply(" ");
source.Reply(_("Sends all services staff a memo containing \037memo-text\037."));
return true;