mirror of
https://github.com/anope/anope.git
synced 2026-06-30 21:07:09 +02:00
Windows
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user