From 90e5d0feaa1646c28cfce45dbde1a914a6f1d62c Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 4 Mar 2011 20:47:58 -0500 Subject: Added LDAP support --- modules/extra/m_async_commands.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/extra/m_async_commands.cpp') diff --git a/modules/extra/m_async_commands.cpp b/modules/extra/m_async_commands.cpp index d4bbaaf6d..e7aa37ff0 100644 --- a/modules/extra/m_async_commands.cpp +++ b/modules/extra/m_async_commands.cpp @@ -41,7 +41,10 @@ class AsynchCommandMutex : public CommandMutex EventReturn MOD_RESULT; FOREACH_RESULT(I_OnPreCommand, OnPreCommand(source, command, params)); if (MOD_RESULT == EVENT_STOP) + { + source.DoReply(); return; + } if (!command->permission.empty() && !u->Account()->HasCommand(command->permission)) { -- cgit