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, 2 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index e3a52a503..6944ac31e 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -168,6 +168,8 @@ void mod_run_cmd(BotInfo *bi, User *u, Command *c, const Anope::string &command,
{
FOREACH_MOD(I_OnPostCommand, OnPostCommand(source, c, params));
}
+
+ source.DoReply();
}
/**