summaryrefslogtreecommitdiff
path: root/modules/m_rewrite.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-17 22:53:55 -0400
committerAdam <Adam@anope.org>2013-05-17 22:53:55 -0400
commitcc4a14b0badfe3d617ec2dd230d7921f8650a069 (patch)
tree73ded53114ee7b100c548bdb448a6cc36b392da8 /modules/m_rewrite.cpp
parent934b5843744e586ce9a3c7725a19c7ddffe14ee8 (diff)
Removed some hard coded command names in help output
Diffstat (limited to 'modules/m_rewrite.cpp')
-rw-r--r--modules/m_rewrite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_rewrite.cpp b/modules/m_rewrite.cpp
index 8131a1729..f2f3c8690 100644
--- a/modules/m_rewrite.cpp
+++ b/modules/m_rewrite.cpp
@@ -118,7 +118,7 @@ class RewriteCommand : public Command
source.service = BotInfo::Find(r->client);
if (!source.service)
return;
- RunCommand(source, new_message);
+ Command::Run(source, new_message);
}
else
Log() << "m_rewrite: Unable to rewrite '" << source.command << (!params.empty() ? " " + params[0] : "") << "'";