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:
@@ -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] : "") << "'";
|
||||
|
||||
Reference in New Issue
Block a user