summaryrefslogtreecommitdiff
path: root/src/bots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bots.cpp')
-rw-r--r--src/bots.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bots.cpp b/src/bots.cpp
index 851177b9e..a6cc1c06f 100644
--- a/src/bots.cpp
+++ b/src/bots.cpp
@@ -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)