mirror of
https://github.com/anope/anope.git
synced 2026-07-07 03:43:13 +02:00
Added LDAP support
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user