diff options
author | Adam <Adam@anope.org> | 2012-01-25 15:48:07 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-01-25 15:48:07 -0500 |
commit | 52eaa7d6d61e3373340fd5a69b92b0fb3b5609e0 (patch) | |
tree | 428f2b440ab5675ae3a9c19ae5b813f132497c79 /src/bots.cpp | |
parent | e88e37c59b45cc43b714d1d28719eb3c2ca9579a (diff) |
Windows
Diffstat (limited to 'src/bots.cpp')
-rw-r--r-- | src/bots.cpp | 2 |
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) |