mirror of
https://github.com/anope/anope.git
synced 2026-06-29 10:36:38 +02:00
Removed some hard coded command names in help output
This commit is contained in:
+1
-1
@@ -201,7 +201,7 @@ void BotInfo::OnMessage(User *u, const Anope::string &message)
|
||||
return;
|
||||
|
||||
CommandSource source(u->nick, u, u->Account(), u, this);
|
||||
RunCommand(source, message);
|
||||
Command::Run(source, message);
|
||||
}
|
||||
|
||||
CommandInfo& BotInfo::SetCommand(const Anope::string &cname, const Anope::string &sname, const Anope::string &permission)
|
||||
|
||||
Reference in New Issue
Block a user