diff options
Diffstat (limited to 'modules/commands/help.cpp')
-rw-r--r-- | modules/commands/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index fc367760b..419474574 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -42,7 +42,7 @@ class CommandHelp : public Command return; Anope::string source_command = source.command; - const BotInfo *bi = source.service; + const ServiceBot *bi = source.service; const CommandInfo::map &map = source.c ? Config->Fantasy : bi->commands; bool hide_privileged_commands = Config->GetBlock("options")->Get<bool>("hideprivilegedcommands"), hide_registered_commands = Config->GetBlock("options")->Get<bool>("hideregisteredcommands"); |