1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 17:43:12 +02:00

Removed some hard coded command names in help output

This commit is contained in:
Adam
2013-05-17 22:53:55 -04:00
parent 934b584374
commit cc4a14b0ba
14 changed files with 113 additions and 45 deletions
+1 -1
View File
@@ -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] : "") << "'";