1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 21:07:09 +02:00
This commit is contained in:
Adam
2012-01-25 15:48:07 -05:00
parent e88e37c59b
commit 52eaa7d6d6
53 changed files with 174 additions and 159 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ void BotInfo::OnMessage(User *u, const Anope::string &message)
}
CommandInfo &info = it->second;
service_reference<Command> c(info.name);
service_reference<Command> c("Command", info.name);
if (!c)
{
if (has_help)