summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index e9671f3bd..6c5c556e5 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -187,7 +187,7 @@ void mod_help_cmd(BotInfo *bi, User *u, ChannelInfo *ci, const Anope::string &cm
u->SendMessage(bi, NO_HELP_AVAILABLE, cmd.c_str());
else
{
- u->SendMessage(bi->nick, " ");
+ u->SendMessage(bi, " ");
/* Inform the user what permission is required to use the command */
if (!c->permission.empty())