1
0
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:
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
@@ -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)